forked from team-sg/hero-mark-2
done with the scrump
This commit is contained in:
parent
298308d805
commit
f4a6c97ca1
39 changed files with 1147 additions and 8 deletions
|
@ -12,3 +12,10 @@ func _on_Boss1_entered_phase(phase):
|
|||
$DelayedArrow2.start()
|
||||
3:
|
||||
$DelayedArrow3.start()
|
||||
4:
|
||||
$ExitTimer.start()
|
||||
|
||||
|
||||
func _on_ExitTimer_timeout():
|
||||
Game.save()
|
||||
Game.change_map(load("res://maps/level_select.tscn"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue