Reset invincibility and spider web on start of new level.
This commit is contained in:
@@ -12,7 +12,7 @@ class PowerUp(Object):
|
||||
)
|
||||
self.sounds = sounds
|
||||
self.direction = direction
|
||||
self.speed = 0.0525 # Base movement speed
|
||||
self.speed = 0.05 # Base movement speed
|
||||
self.item_type = item_type
|
||||
self.channel = None
|
||||
self._currentX = x # Initialize the current x position
|
||||
|
Reference in New Issue
Block a user