Updated libstormgames. Volume keys now require alt, alt+pageup, alt+pagedown, etc.

This commit is contained in:
Storm Dragon
2025-02-08 19:29:49 -05:00
parent ada16cb40f
commit bcaa4f7f17
4 changed files with 31 additions and 15 deletions

View File

@@ -138,4 +138,5 @@ class Catapult(Object):
pumpkin.stop_sound(self.sounds, player.xPos)
pumpkin.isActive = False
self.activePumpkins.remove(pumpkin)
self.sounds['player_takes_damage'].play()
if not player.isInvincible:
self.sounds['player_takes_damage'].play()