diff --git a/src/scenes/game.py b/src/scenes/game.py index b763856..a5a4a7e 100644 --- a/src/scenes/game.py +++ b/src/scenes/game.py @@ -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),