[gd_scene load_steps=4 format=3 uid="uid://4s2nskkco0a2"] [ext_resource type="Script" uid="uid://dg2s0gww8q6jh" path="res://components/ui/menus/options_menu/elements/slider_label.gd" id="2_gjkvu"] [ext_resource type="Script" uid="uid://d2j5jmj08o7f5" path="res://components/ui/menus/options_menu/elements/volume_slider.gd" id="2_hj0r6"] [ext_resource type="Script" uid="uid://dlkewd0xr6ytq" path="res://components/ui/menus/options_menu/elements/fullscreen_button.gd" id="3_hj0r6"] [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 [node name="TabContainer" type="TabContainer" parent="."] custom_minimum_size = Vector2(256, 256) layout_mode = 1 anchors_preset = 8 anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 offset_left = -20.0 offset_top = -20.0 offset_right = 20.0 offset_bottom = 20.0 grow_horizontal = 2 grow_vertical = 2 tab_alignment = 1 current_tab = 0 [node name="Audio" type="Control" parent="TabContainer"] layout_mode = 2 metadata/_tab_index = 0 [node name="MarginContainer" type="MarginContainer" parent="TabContainer/Audio"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/margin_left = 4 theme_override_constants/margin_top = 4 theme_override_constants/margin_right = 4 theme_override_constants/margin_bottom = 4 [node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Audio/MarginContainer"] layout_mode = 2 [node name="MasterLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 text = "Master" [node name="MasterContainer" type="HBoxContainer" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 [node name="VolumeSlider" type="HSlider" parent="TabContainer/Audio/MarginContainer/VBoxContainer/MasterContainer"] layout_mode = 2 size_flags_horizontal = 3 value = 100.0 tick_count = 10 ticks_on_borders = true script = ExtResource("2_hj0r6") metadata/_custom_type_script = "uid://d2j5jmj08o7f5" [node name="SliderLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer/MasterContainer" node_paths=PackedStringArray("slider")] custom_minimum_size = Vector2(30, 0) layout_mode = 2 text = "1.0" script = ExtResource("2_gjkvu") slider = NodePath("../VolumeSlider") pad_decimals = 0 metadata/_custom_type_script = "uid://dg2s0gww8q6jh" [node name="SFXLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 text = "SFX" [node name="SFXContainer" type="HBoxContainer" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 [node name="VolumeSlider" type="HSlider" parent="TabContainer/Audio/MarginContainer/VBoxContainer/SFXContainer"] layout_mode = 2 size_flags_horizontal = 3 value = 100.0 tick_count = 10 ticks_on_borders = true script = ExtResource("2_hj0r6") bus = &"SFX" metadata/_custom_type_script = "uid://d2j5jmj08o7f5" [node name="SliderLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer/SFXContainer" node_paths=PackedStringArray("slider")] custom_minimum_size = Vector2(30, 0) layout_mode = 2 text = "1.0" script = ExtResource("2_gjkvu") slider = NodePath("../VolumeSlider") pad_decimals = 0 metadata/_custom_type_script = "uid://dg2s0gww8q6jh" [node name="MusicLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 text = "Music" [node name="MusicContainer" type="HBoxContainer" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 [node name="VolumeSlider" type="HSlider" parent="TabContainer/Audio/MarginContainer/VBoxContainer/MusicContainer"] layout_mode = 2 size_flags_horizontal = 3 value = 100.0 tick_count = 10 ticks_on_borders = true script = ExtResource("2_hj0r6") bus = &"Music" metadata/_custom_type_script = "uid://d2j5jmj08o7f5" [node name="SliderLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer/MusicContainer" node_paths=PackedStringArray("slider")] custom_minimum_size = Vector2(30, 0) layout_mode = 2 text = "1.0" script = ExtResource("2_gjkvu") slider = NodePath("../VolumeSlider") pad_decimals = 0 metadata/_custom_type_script = "uid://dg2s0gww8q6jh" [node name="AmbientLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 text = "Ambient" [node name="AmbientContainer" type="HBoxContainer" parent="TabContainer/Audio/MarginContainer/VBoxContainer"] layout_mode = 2 [node name="VolumeSlider" type="HSlider" parent="TabContainer/Audio/MarginContainer/VBoxContainer/AmbientContainer"] layout_mode = 2 size_flags_horizontal = 3 value = 100.0 tick_count = 10 ticks_on_borders = true script = ExtResource("2_hj0r6") bus = &"Ambient" metadata/_custom_type_script = "uid://d2j5jmj08o7f5" [node name="SliderLabel" type="Label" parent="TabContainer/Audio/MarginContainer/VBoxContainer/AmbientContainer" node_paths=PackedStringArray("slider")] custom_minimum_size = Vector2(30, 0) layout_mode = 2 text = "1.0" script = ExtResource("2_gjkvu") slider = NodePath("../VolumeSlider") pad_decimals = 0 metadata/_custom_type_script = "uid://dg2s0gww8q6jh" [node name="Graphics" type="Control" parent="TabContainer"] visible = false layout_mode = 2 metadata/_tab_index = 1 [node name="MarginContainer" type="MarginContainer" parent="TabContainer/Graphics"] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 theme_override_constants/margin_left = 4 theme_override_constants/margin_top = 4 theme_override_constants/margin_right = 4 theme_override_constants/margin_bottom = 4 [node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/Graphics/MarginContainer"] layout_mode = 2 [node name="FullscreenButton" type="CheckBox" parent="TabContainer/Graphics/MarginContainer/VBoxContainer"] layout_mode = 2 text = "Fullscreen" script = ExtResource("3_hj0r6")