Les sons du jeu classique #43

Merged
tipragot merged 7 commits from sound-classique into main 2023-10-30 00:21:25 +00:00
Showing only changes of commit e036e10c76 - Show all commits

View file

@ -115,7 +115,7 @@ def __initialize_world(world: World):
Order(11), Order(11),
Position(100, 100), Position(100, 100),
Texture("classique/arrow.png"), Texture("classique/arrow.png"),
Clickable(lambda world, entity: on_menu_button(world, entity)), Clickable(on_menu_button),
HoveredTexture("classique/arrow_hover.png"), HoveredTexture("classique/arrow_hover.png"),
) )