Commit 281d456a authored by santiago duque's avatar santiago duque

added second button and logic to stop events as a test

parent a22d5bc9
...@@ -72,7 +72,7 @@ def play_sound(index): ...@@ -72,7 +72,7 @@ def play_sound(index):
pygame.event.clear() pygame.event.clear()
sound_playing = False sound_playing = False
#btn_array[current_sound_index].when_pressed = lambda: btn_pressed(index) btn_array[current_sound_index].when_pressed = lambda: btn_pressed(index)
print("Finished. ") print("Finished. ")
""" todo """ todo
......
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