This commit is contained in:
pennyrigate 2024-07-13 03:30:14 -04:00
parent cebcf43981
commit 7fd32cc7b0
3 changed files with 3 additions and 0 deletions

View file

@ -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()