Commit 754dca8c authored by santiago duque's avatar santiago duque

added second button and logic to stop events as a test

parent 55c33113
...@@ -67,7 +67,7 @@ def play_sound(index): ...@@ -67,7 +67,7 @@ def play_sound(index):
print("Playing...") print("Playing...")
pygame.event.clear() pygame.event.clear()
sound_playing = False sound_playing = False
print("Finished. " + sound_playing) print("Finished. ")
""" todo """ todo
make sounds stop when new key pressed make sounds stop when new key pressed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment