Initial jam build, 2 endings— secret ending glitches and doesn't show
title upon completion.
This commit is contained in:
parent
ab0a4e24f7
commit
7b47e847ae
14 changed files with 496 additions and 58 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue