SMAAAHHH
This commit is contained in:
parent
cebcf43981
commit
7fd32cc7b0
3 changed files with 3 additions and 0 deletions
|
@ -8,8 +8,10 @@ func _ready():
|
|||
func _on_2600_entered_phase(phase):
|
||||
match phase:
|
||||
2:
|
||||
Audio.play_sound(Audio.a_glass_break,Audio.ac_small_explosion)
|
||||
$DelayedArrow2.start()
|
||||
3:
|
||||
Audio.play_sound(Audio.a_glass_break,Audio.ac_small_explosion)
|
||||
$DelayedArrow3.start()
|
||||
4:
|
||||
$ExitTimer.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue