diff options
author | BigBrotherNii <nicochr1004@gmail.com> | 2024-07-24 14:31:21 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-25 11:23:26 +0200 |
commit | e108944ffab8f69308f78a87c9c9310dff410d6e (patch) | |
tree | 4aa039752aed73a3ac9a9ddff4ed1f92923fe28a /client/audio/sound.tscn | |
parent | 74fb8de441c68fff92680a48352f6b9b0f6e9271 (diff) | |
download | hurrycurry-e108944ffab8f69308f78a87c9c9310dff410d6e.tar hurrycurry-e108944ffab8f69308f78a87c9c9310dff410d6e.tar.bz2 hurrycurry-e108944ffab8f69308f78a87c9c9310dff410d6e.tar.zst |
added main theme and music settings
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"] |