This commit is contained in:
Arthur
2022-12-11 07:40:26 +01:00
parent a6c52c5f2d
commit 687e1fe5a1
2 changed files with 7 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ force/max_rate=false
force/max_rate_hz=44100 force/max_rate_hz=44100
edit/trim=false edit/trim=false
edit/normalize=false edit/normalize=false
edit/loop_mode=0 edit/loop_mode=2
edit/loop_begin=0 edit/loop_begin=0
edit/loop_end=-1 edit/loop_end=-1
compress/mode=0 compress/mode=0

View File

@@ -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/MainMenu.gd" id="1_hyw8p"]
[ext_resource type="Script" path="res://menu/VolSlider.gd" id="2_h85ei"] [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"] [node name="MainMenu" type="Control"]
layout_mode = 3 layout_mode = 3
@@ -72,6 +73,10 @@ offset_right = 87.0
offset_bottom = 191.0 offset_bottom = 191.0
text = "Fullscreen" 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/Start" to="." method="_on_start_pressed"]
[connection signal="pressed" from="VBoxContainer/Tutorial" to="." method="_on_tutorial_pressed"] [connection signal="pressed" from="VBoxContainer/Tutorial" to="." method="_on_tutorial_pressed"]
[connection signal="pressed" from="VBoxContainer/Settings" to="." method="_on_settings_pressed"] [connection signal="pressed" from="VBoxContainer/Settings" to="." method="_on_settings_pressed"]