Reset invincibility and spider web on start of new level.

This commit is contained in:
Storm Dragon
2025-02-12 00:53:47 -05:00
parent af3ddb0efc
commit 361f085a4c
2 changed files with 12 additions and 1 deletions

View File

@@ -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