76 lines
2.3 KiB
Plaintext
76 lines
2.3 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://dmhec3fy1pk0u"]
|
|
|
|
[ext_resource type="Script" uid="uid://ciaxxlhyiwr8d" path="res://scenes/settings.gd" id="1_5p8wc"]
|
|
[ext_resource type="Script" uid="uid://bgn75ug5kfftd" path="res://scenes/audio.gd" id="2_6wm04"]
|
|
[ext_resource type="AudioStream" uid="uid://1wru52nqe267" path="res://assets/music/Maarten Schellekens - Free Hammond Theme.mp3" id="2_r6d6q"]
|
|
|
|
[node name="Settings" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_5p8wc")
|
|
|
|
[node name="Audio" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("2_6wm04")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="Audio"]
|
|
layout_mode = 1
|
|
offset_right = 1923.0
|
|
offset_bottom = 797.0
|
|
|
|
[node name="MasterVolumeLabel" type="Label" parent="Audio/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 30
|
|
text = "Master Volume"
|
|
|
|
[node name="MasterVolume" type="HSlider" parent="Audio/VBoxContainer"]
|
|
layout_mode = 2
|
|
max_value = 1.0
|
|
step = 0.01
|
|
value = 1.0
|
|
|
|
[node name="ConfirmAudioButton" type="Button" parent="Audio"]
|
|
layout_mode = 0
|
|
offset_left = 30.0
|
|
offset_top = 90.0
|
|
offset_right = 155.0
|
|
offset_bottom = 140.0
|
|
theme_override_font_sizes/font_size = 30
|
|
text = "Confirm"
|
|
|
|
[node name="Resolution" type="Control" parent="."]
|
|
anchors_preset = 0
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
|
|
[node name="ResolutionSelector" type="OptionButton" parent="Resolution"]
|
|
layout_mode = 0
|
|
offset_left = 71.0
|
|
offset_top = 175.0
|
|
offset_right = 185.0
|
|
offset_bottom = 206.0
|
|
scale = Vector2(1.4, 1)
|
|
selected = 0
|
|
item_count = 3
|
|
popup/item_0/text = "1920x1080"
|
|
popup/item_0/id = 0
|
|
popup/item_1/text = "1600x900"
|
|
popup/item_1/id = 1
|
|
popup/item_2/text = "1280x720"
|
|
popup/item_2/id = 2
|
|
|
|
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
|
stream = ExtResource("2_r6d6q")
|
|
volume_db = -10.0
|
|
autoplay = true
|
|
|
|
[connection signal="mouse_exited" from="Audio/VBoxContainer/MasterVolume" to="Audio" method="_on_master_volume_mouse_exited"]
|
|
[connection signal="pressed" from="Audio/ConfirmAudioButton" to="." method="_on_confirm_audio_button_pressed"]
|
|
[connection signal="item_selected" from="Resolution/ResolutionSelector" to="." method="_on_resolution_selector_item_selected"]
|