Skip to content

Commit fabdf91

Browse files
committed
Limpiando codigo
1 parent c1b38f7 commit fabdf91

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arrow-move.py

-7
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,3 @@
4242
pygame.quit()
4343
sys.exit()
4444
pygame.display.update()
45-
46-
# for event in pygame.event.get():
47-
# print("hola")
48-
# if event.type == KEYUP:
49-
# print "keyup"
50-
# while event.scancode != 111 and event.scancode != 25:
51-
# print "termino arriba"

0 commit comments

Comments
 (0)