Compare commits

..

No commits in common. "2e52ce73ecf8c9ef605029c640c98d2c4a9ee68a" and "b32f1746999862c07f6f9820c708d4800e15193b" have entirely different histories.

View file

@ -406,11 +406,10 @@ def __wave(world: World):
world.new_entity().set( world.new_entity().set(
Text( Text(
"Bravo !", "Bravo ! Meme si le jeu n'est pas fini...",
size=150, size=150,
position=Vec2(render.WIDTH / 2, render.HEIGHT / 3), position=Vec2(render.WIDTH / 2, render.HEIGHT / 3),
origin=Vec2(0.5), origin=Vec2(0.5),
order=1000000,
) )
) )