great job!

This commit is contained in:
pennyrigate 2024-05-05 20:12:18 -04:00
parent 6fdd5b5510
commit 7240402776
8 changed files with 29 additions and 5 deletions

View file

@ -324,3 +324,4 @@ func _on_player_died() -> void:
score = max(0, score - 500) as int
# freezeframe
Game.freeze_frame(0.3)