150 lines
5.7 KiB
Plaintext
150 lines
5.7 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://drkl3btdy6uxj"]
|
|
|
|
[ext_resource type="Script" uid="uid://cjxmdvhixcj6e" path="res://src/options/OptionsMenu.cs" id="1_jli36"]
|
|
[ext_resource type="Shortcut" uid="uid://dumkrjur22k2a" path="res://src/ui/ButtonShortcut.tres" id="2_1egkf"]
|
|
[ext_resource type="PackedScene" uid="uid://dk5esf6mm6kte" path="res://src/options/InputMapper.tscn" id="2_utd4g"]
|
|
|
|
[sub_resource type="StyleBoxLine" id="StyleBoxLine_jli36"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_utd4g"]
|
|
|
|
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1egkf"]
|
|
bg_color = Color(2.5028e-06, 0.712708, 0.445629, 1)
|
|
|
|
[node name="OptionsMenu" 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_jli36")
|
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
|
|
[node name="CenterContainer" type="AspectRatioContainer" parent="CanvasLayer"]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
mouse_filter = 0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/CenterContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="TabContainer" type="TabContainer" parent="CanvasLayer/CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(1280, 960)
|
|
layout_mode = 2
|
|
current_tab = 0
|
|
|
|
[node name="Audio" type="MarginContainer" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/margin_left = 100
|
|
theme_override_constants/margin_top = 100
|
|
theme_override_constants/margin_right = 100
|
|
theme_override_constants/margin_bottom = 100
|
|
metadata/_tab_index = 0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
mouse_filter = 0
|
|
|
|
[node name="MasterVolume" type="HBoxContainer" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VolumeLabel" type="Label" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/MasterVolume"]
|
|
custom_minimum_size = Vector2(125, 0)
|
|
layout_mode = 2
|
|
text = "Master Volume"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="MasterVolumeSlider" type="HSlider" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/MasterVolume"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_styles/slider = SubResource("StyleBoxLine_jli36")
|
|
theme_override_styles/grabber_area = SubResource("StyleBoxFlat_utd4g")
|
|
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxFlat_1egkf")
|
|
max_value = 1.0
|
|
step = 0.001
|
|
value = 1.0
|
|
|
|
[node name="MusicVolume" type="HBoxContainer" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VolumeLabel" type="Label" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/MusicVolume"]
|
|
custom_minimum_size = Vector2(125, 0)
|
|
layout_mode = 2
|
|
text = "Music Volume"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="MusicVolumeSlider" type="HSlider" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/MusicVolume"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_styles/slider = SubResource("StyleBoxLine_jli36")
|
|
theme_override_styles/grabber_area = SubResource("StyleBoxFlat_utd4g")
|
|
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxFlat_1egkf")
|
|
max_value = 1.0
|
|
step = 0.001
|
|
value = 1.0
|
|
|
|
[node name="SFXVolume" type="HBoxContainer" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="VolumeLabel" type="Label" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/SFXVolume"]
|
|
custom_minimum_size = Vector2(125, 0)
|
|
layout_mode = 2
|
|
text = "SFX Volume"
|
|
horizontal_alignment = 2
|
|
|
|
[node name="SFXVolumeSlider" type="HSlider" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/SFXVolume"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(300, 0)
|
|
layout_mode = 2
|
|
size_flags_vertical = 1
|
|
theme_override_styles/slider = SubResource("StyleBoxLine_jli36")
|
|
theme_override_styles/grabber_area = SubResource("StyleBoxFlat_utd4g")
|
|
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxFlat_1egkf")
|
|
max_value = 1.0
|
|
step = 0.001
|
|
value = 1.0
|
|
|
|
[node name="Resolution" type="HBoxContainer" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="ResolutionLabel" type="Label" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/Resolution"]
|
|
custom_minimum_size = Vector2(125, 0)
|
|
layout_mode = 2
|
|
text = "Resolution: "
|
|
horizontal_alignment = 2
|
|
|
|
[node name="ResolutionOptions" type="OptionButton" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer/Resolution"]
|
|
unique_name_in_owner = true
|
|
custom_minimum_size = Vector2(200, 0)
|
|
layout_mode = 2
|
|
shortcut = ExtResource("2_1egkf")
|
|
flat = true
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer/Audio/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 10
|
|
|
|
[node name="Controller" parent="CanvasLayer/CenterContainer/VBoxContainer/TabContainer" instance=ExtResource("2_utd4g")]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
layout_mode = 2
|
|
metadata/_tab_index = 1
|
|
|
|
[node name="PressToGoBackLabel" type="Label" parent="CanvasLayer/CenterContainer/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
text = "Press "
|