step two to squa

This commit is contained in:
pennyrigate 2024-07-13 01:54:54 -04:00
parent 69df2d6ce4
commit fcfaec94a6
2 changed files with 17 additions and 0 deletions

View file

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