diff options
Diffstat (limited to 'game.scm')
-rw-r--r-- | game.scm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -936,7 +936,7 @@ (set-vec2-y! player-position (- game-height 12.0))) (define (player-die!) (unless *player-invincible?* - ;; (sound-effect-play sound:player-death) + (sound-effect-play sound:player-death 0.5) (set! *player-lives* (max (- *player-lives* 1) 0)) (player-position-reset!) (run-script |