Apparition des bonus plus au centre

This commit is contained in:
Tipragot 2024-01-07 12:03:07 +01:00
parent eb3ae76b15
commit e539294f3b

View file

@ -332,7 +332,7 @@ def __spawn_bonus(world: World):
Bonus.get_texture(bonus),
3,
Vec2(
random.randint(200, render.WIDTH - 200),
random.randint(400, render.WIDTH - 400),
random.randint(100, render.HEIGHT - 100),
),
Vec2(70),