Skip to content

Commit 1855a45

Browse files
author
renzon
committed
Alterando Replay
1 parent 42a5c1b commit 1855a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

placa_grafica.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def animar(fase, passo=0.1, delta_t=0.1):
7979
velocidade_rebobina = 10
8080
rebobina(delta_t, fase, passo / velocidade_rebobina, tempo_final,
8181
'Rebobinando %s vezes mais rápido!' % velocidade_rebobina)
82-
velocidade_replay = 3
82+
velocidade_replay = 1
8383
_animar(delta_t, fase, passo / velocidade_replay, tempo, 'Replay %s vezes mais rápido!' % velocidade_replay)
8484
apagar_tela()
8585
print(fase.status(tempo_final))

0 commit comments

Comments
 (0)