Fix text order

This commit is contained in:
Tipragot 2023-11-03 08:55:48 +01:00
parent 9dd925dd9f
commit 2a88c3507c

View file

@ -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, "..."),