diff options
Diffstat (limited to 'client/audio/sound.tscn')
-rw-r--r-- | client/audio/sound.tscn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/audio/sound.tscn b/client/audio/sound.tscn index 3f2607c8..a8524e71 100644 --- a/client/audio/sound.tscn +++ b/client/audio/sound.tscn @@ -14,3 +14,7 @@ stream = ExtResource("2_mhrce") [node name="Hover" type="AudioStreamPlayer" parent="UI"] stream = ExtResource("3_qft2s") + +[node name="Music" type="Node" parent="."] + +[node name="MainMenu" type="AudioStreamPlayer" parent="Music"] |