Initial jam build, 2 endings— secret ending glitches and doesn't show

title upon completion.
This commit is contained in:
Henry 2026-03-05 11:43:13 +00:00
parent ab0a4e24f7
commit 7b47e847ae
14 changed files with 496 additions and 58 deletions

View file

@ -81,9 +81,9 @@ func _on_area_entered(area: Area2D) -> void:
if area.is_in_group("heart"):
print("I've shot the heart!")
area.hit_detection()
queue_free()
print("Heart hit!")
EventBus.ending.emit(2)
#area.hit_detection()
#func bullet_fx():