Les sons du jeu classique #43

Merged
tipragot merged 7 commits from sound-classique into main 2023-10-30 00:21:25 +00:00
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 29084e64b2 - Show all commits

Binary file not shown.

View file

@ -128,7 +128,7 @@ def on_menu_button(world: World, entity: Entity):
Fonction qui s'execute quand on clique sur un bouton.
"""
world[Game].change_scene("menu")
entity[Sound] = Sound("undo.wav")
entity[Sound] = Sound("click")
def _update(world: World):