Skip to content

Commit 24a446c

Browse files
tecla de espaco agora tbm serve para lancar
1 parent 8061958 commit 24a446c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

placa_grafica_tkinter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _ouvir_comandos_lancamento(evento):
7777
angulo += 1
7878
elif evento.keysym == 'Down':
7979
angulo -= 1
80-
elif evento.keysym == 'Return':
80+
elif evento.keysym == 'Return' or evento.keysym == 'space':
8181
fase.lancar(angulo, tempo)
8282

8383
def _replay():

0 commit comments

Comments
 (0)