diff --git a/Assets/Sounds/_MUSIC_/MenuGameJamLoop.wav.import b/Assets/Sounds/_MUSIC_/MenuGameJamLoop.wav.import index 6b6011c..e07ac73 100644 --- a/Assets/Sounds/_MUSIC_/MenuGameJamLoop.wav.import +++ b/Assets/Sounds/_MUSIC_/MenuGameJamLoop.wav.import @@ -18,7 +18,7 @@ force/max_rate=false force/max_rate_hz=44100 edit/trim=false edit/normalize=false -edit/loop_mode=0 +edit/loop_mode=2 edit/loop_begin=0 edit/loop_end=-1 compress/mode=0 diff --git a/menu/main_menu.tscn b/menu/main_menu.tscn index 0c6fa65..085ceaf 100644 --- a/menu/main_menu.tscn +++ b/menu/main_menu.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=3 uid="uid://bsmsdlf5jiukx"] +[gd_scene load_steps=4 format=3 uid="uid://bsmsdlf5jiukx"] [ext_resource type="Script" path="res://menu/MainMenu.gd" id="1_hyw8p"] [ext_resource type="Script" path="res://menu/VolSlider.gd" id="2_h85ei"] +[ext_resource type="AudioStream" uid="uid://bmawra1dgi812" path="res://Assets/Sounds/_MUSIC_/MenuGameJamLoop.wav" id="3_ktf88"] [node name="MainMenu" type="Control"] layout_mode = 3 @@ -72,6 +73,10 @@ offset_right = 87.0 offset_bottom = 191.0 text = "Fullscreen" +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +stream = ExtResource("3_ktf88") +autoplay = true + [connection signal="pressed" from="VBoxContainer/Start" to="." method="_on_start_pressed"] [connection signal="pressed" from="VBoxContainer/Tutorial" to="." method="_on_tutorial_pressed"] [connection signal="pressed" from="VBoxContainer/Settings" to="." method="_on_settings_pressed"]