This commit is contained in:
pennyrigate 2025-12-30 19:32:51 -05:00
parent a6421235f8
commit d729c0a7a3
14 changed files with 187 additions and 2 deletions

View file

@ -3,6 +3,7 @@ extends Node2D
var health = 100.0
func _on_area_2d_area_entered(area: Area2D) -> void:
CurrentGame.change_score(100)
%HurtSound.play()
health -= 0.25
print(%Movements.current_animation)