On retire ce son horrible

This commit is contained in:
Tipragot 2023-10-30 01:21:00 +01:00
parent 0931a80ac5
commit 29084e64b2
2 changed files with 1 additions and 1 deletions

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):