Improved animation and bullet detection for heart shot ending.
This commit is contained in:
parent
5bf3078953
commit
b12558a846
6 changed files with 14 additions and 3 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue