Files
Dawn-Godot/ui/settings/SettingsMenu.tscn

50 lines
1.5 KiB
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://d3f31lli1ahts"]
[ext_resource type="Script" uid="uid://efmr0xkbw1py" path="res://ui/settings/SettingsMenu.gd" id="1_4lnig"]
[node name="SettingsMenu" type="Control" node_paths=PackedStringArray("tabs", "tabControls")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_4lnig")
tabs = NodePath("VBoxContainer/TabBar")
tabControls = [NodePath("VBoxContainer/ScrollContainer/LabelGameplay"), NodePath("VBoxContainer/ScrollContainer/LabelSound"), NodePath("VBoxContainer/ScrollContainer/LabelGraphics")]
[node name="VBoxContainer" type="VBoxContainer" parent="."]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TabBar" type="TabBar" parent="VBoxContainer"]
layout_mode = 2
current_tab = 0
tab_count = 3
tab_0/title = "Gameplay"
tab_1/title = "Sound"
tab_2/title = "Graphics"
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="LabelGraphics" type="Label" parent="VBoxContainer/ScrollContainer"]
visible = false
layout_mode = 2
text = "Graphics"
[node name="LabelSound" type="Label" parent="VBoxContainer/ScrollContainer"]
visible = false
layout_mode = 2
text = "Sound"
[node name="LabelGameplay" type="Label" parent="VBoxContainer/ScrollContainer"]
visible = false
layout_mode = 2
text = "Gameplay"