step two to squa
This commit is contained in:
parent
69df2d6ce4
commit
fcfaec94a6
2 changed files with 17 additions and 0 deletions
|
@ -130,3 +130,7 @@ func great_job():
|
|||
if r > 30 && r <= 60: play_sound(a_great_job_haze,ac_shard)
|
||||
if r > 60 && r <= 90: play_sound(a_great_job_ivy,ac_shard)
|
||||
if r > 90: play_sound(a_great_job_dog,ac_shard)
|
||||
|
||||
func pause_all(paused: bool) -> void:
|
||||
for player in get_children():
|
||||
player.stream_paused = paused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue