boss behavior stuff

This commit is contained in:
Haze Weathers 2023-02-16 18:44:17 -05:00
parent 38e60fad93
commit e04c1f3bf5
5 changed files with 60 additions and 16 deletions

14
maps/boss/boss1_arena.gd Normal file
View file

@ -0,0 +1,14 @@
extends "res://maps/map.gd"
func _on_Boss1_died():
Game.change_map(load("res://maps/level_select.tscn"))
func _on_Boss1_entered_phase(phase):
match phase:
2:
$DelayedArrow2.start()
3:
$DelayedArrow3.start()