hero-mark-2/maps/boss/boss2_arena.gd
2023-09-01 18:38:58 -04:00

13 lines
220 B
GDScript

extends "res://maps/map.gd"
func _ready():
Game.current_sector = Vector2.ZERO
func _on_2600_entered_phase(phase):
match phase:
2:
$DelayedArrow2.start()
3:
$DelayedArrow3.start()
4:
$ExitTimer.start()