From 2a88c3507c1787874ef31c616b0731d3bbb999c8 Mon Sep 17 00:00:00 2001 From: Tipragot Date: Fri, 3 Nov 2023 08:55:48 +0100 Subject: [PATCH] Fix text order --- src/scenes/base_game.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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, "..."),