Soundeffekte für Treffer, Sprünge, Schüsse und Dash hinzugefügt

This commit is contained in:
Benjamin 2026-06-24 17:58:49 +02:00
parent 6ed330a671
commit 2b7eec3518

View file

@ -105,7 +105,7 @@ class Game:
self.clouds: Clouds = Clouds(cloud_images=self.assets["clouds"], count=16) self.clouds: Clouds = Clouds(cloud_images=self.assets["clouds"], count=16)
self.isJumping: bool = False self.isJumping: bool = False
# self.boost: bool = False # self.boost: bool = Falsed
def load_level(self, map_id: str | int): def load_level(self, map_id: str | int):
try: try: