scrump sounds and more work on stg2600

This commit is contained in:
pennyrigate 2023-09-01 18:38:58 -04:00
parent ba12787fcb
commit 8b831ea616
38 changed files with 804 additions and 153 deletions

13
maps/boss/boss2_arena.gd Normal file
View file

@ -0,0 +1,13 @@
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()