Improved animation and bullet detection for heart shot ending.

This commit is contained in:
Henry 2026-03-06 14:17:51 +00:00
parent 5bf3078953
commit b12558a846
6 changed files with 14 additions and 3 deletions

View file

@ -136,6 +136,7 @@ func _on_area_entered(area):
if can_win == true:
print("You can win!")
EventBus.heart_beat.emit(2.5)
area.reparent(self)
EventBus.win_game.emit()