We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a5c1b commit 1855a45Copy full SHA for 1855a45
1 file changed
placa_grafica.py
@@ -79,7 +79,7 @@ def animar(fase, passo=0.1, delta_t=0.1):
79
velocidade_rebobina = 10
80
rebobina(delta_t, fase, passo / velocidade_rebobina, tempo_final,
81
'Rebobinando %s vezes mais rápido!' % velocidade_rebobina)
82
- velocidade_replay = 3
+ velocidade_replay = 1
83
_animar(delta_t, fase, passo / velocidade_replay, tempo, 'Replay %s vezes mais rápido!' % velocidade_replay)
84
apagar_tela()
85
print(fase.status(tempo_final))
0 commit comments