scrump sounds and more work on stg2600
This commit is contained in:
parent
ba12787fcb
commit
8b831ea616
38 changed files with 804 additions and 153 deletions
13
maps/boss/boss2_arena.gd
Normal file
13
maps/boss/boss2_arena.gd
Normal 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()
|
Loading…
Add table
Add a link
Reference in a new issue