Extra life added, fixed sounds to use the new functions for volume control Other various improvements.
This commit is contained in:
@@ -39,7 +39,7 @@ class Player:
|
||||
# Power-up states
|
||||
self.isInvincible = False
|
||||
self.invincibilityStartTime = 0
|
||||
self.invincibilityDuration = 5000 # 5 seconds of invincibility
|
||||
self.invincibilityDuration = 10000 # 10 seconds of invincibility
|
||||
|
||||
# Initialize starting weapon (rusty shovel)
|
||||
self.add_weapon(Weapon(
|
||||
|
Reference in New Issue
Block a user