Ajoute d'un systeme de son #34

Merged
CoCo_Sol merged 12 commits from sound into main 2023-10-29 15:11:50 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit c398f139ef - Show all commits

BIN
assets/sounds/pop.ogg Normal file

Binary file not shown.

View file

@ -11,6 +11,7 @@ from engine import (
Order,
Position,
Scene,
Sound,
Text,
TextSize,
Texture,
@ -44,6 +45,7 @@ def __initialize_world(world: World):
Centered(),
Text("Guess The Number"),
TextSize(200),
Sound("pop.ogg"),
)
scenes_name = ["classique", "menteur", "tricheur", "histoire"]