Level 2 is now a boss level.

This commit is contained in:
Storm Dragon
2025-02-12 01:45:38 -05:00
parent 361f085a4c
commit 3edee44fa0
4 changed files with 30 additions and 4 deletions

View File

@@ -12,7 +12,7 @@ class PowerUp(Object):
)
self.sounds = sounds
self.direction = direction
self.speed = 0.05 # Base movement speed
self.speed = 0.049 # Base movement speed
self.item_type = item_type
self.channel = None
self._currentX = x # Initialize the current x position