diff --git a/src/scenes/base_game.py b/src/scenes/base_game.py index ccc192e..bbcdd80 100644 --- a/src/scenes/base_game.py +++ b/src/scenes/base_game.py @@ -112,6 +112,7 @@ def __initialize_world(world: World): 100, text_color, Vec2(650, 150), + 0, ), Attempts(), ) @@ -122,7 +123,7 @@ def __initialize_world(world: World): 150, text_color, Vec2(render.WIDTH / 2, 450), - 1.0, + 0, Vec2(0.5), ), Response(), @@ -134,7 +135,7 @@ def __initialize_world(world: World): 150, text_color, Vec2(render.WIDTH / 2, 650), - 1.0, + 0, Vec2(0.5), ), Writing("0123456789", 2, "..."),