From 7097a604a5a0653739b49c5427712e1dec828401 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Sun, 26 Feb 2023 22:05:33 -0500 Subject: [PATCH] fixed issue where sound effects were silenced when game was paused --- autoloads/audio.tscn | 1 + 1 file changed, 1 insertion(+) diff --git a/autoloads/audio.tscn b/autoloads/audio.tscn index 5000968..628628c 100644 --- a/autoloads/audio.tscn +++ b/autoloads/audio.tscn @@ -4,6 +4,7 @@ [ext_resource path="res://audio/sounds/shard.wav" type="AudioStream" id=2] [node name="Audio" type="Node"] +pause_mode = 2 script = ExtResource( 1 ) [node name="Music" type="AudioStreamPlayer" parent="."]