From 2b7eec3518e06fa7e9876ed5b57cb7e3ce1e454a Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 24 Jun 2026 17:58:49 +0200 Subject: [PATCH] =?UTF-8?q?Soundeffekte=20f=C3=BCr=20Treffer,=20Spr=C3=BCn?= =?UTF-8?q?ge,=20Sch=C3=BCsse=20und=20Dash=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index 3496954..2bcab3c 100644 --- a/game.py +++ b/game.py @@ -105,7 +105,7 @@ class Game: self.clouds: Clouds = Clouds(cloud_images=self.assets["clouds"], count=16) self.isJumping: bool = False - # self.boost: bool = False + # self.boost: bool = Falsed def load_level(self, map_id: str | int): try: