done with the scrump

This commit is contained in:
pennyrigate 2023-02-20 23:28:34 -05:00
parent 298308d805
commit f4a6c97ca1
39 changed files with 1147 additions and 8 deletions

View file

@ -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"))