ecs #58

Merged
raphael merged 70 commits from ecs into main 2023-11-03 15:29:36 +00:00
Showing only changes of commit 2a88c3507c - Show all commits

View file

@ -112,6 +112,7 @@ def __initialize_world(world: World):
100, 100,
text_color, text_color,
Vec2(650, 150), Vec2(650, 150),
0,
), ),
Attempts(), Attempts(),
) )
@ -122,7 +123,7 @@ def __initialize_world(world: World):
150, 150,
text_color, text_color,
Vec2(render.WIDTH / 2, 450), Vec2(render.WIDTH / 2, 450),
1.0, 0,
Vec2(0.5), Vec2(0.5),
), ),
Response(), Response(),
@ -134,7 +135,7 @@ def __initialize_world(world: World):
150, 150,
text_color, text_color,
Vec2(render.WIDTH / 2, 650), Vec2(render.WIDTH / 2, 650),
1.0, 0,
Vec2(0.5), Vec2(0.5),
), ),
Writing("0123456789", 2, "..."), Writing("0123456789", 2, "..."),