-
Notifications
You must be signed in to change notification settings - Fork 1
/
settings_tab_container.tscn
108 lines (91 loc) · 3.59 KB
/
settings_tab_container.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
[gd_scene load_steps=6 format=3 uid="uid://xbwhrgeoantp"]
[ext_resource type="FontFile" uid="uid://dw7kouprdlve2" path="res://assets/font/Chunk Five Print.otf" id="1_3bxow"]
[ext_resource type="PackedScene" uid="uid://ypuwgtfw64l8" path="res://UI/window_mode_button.tscn" id="2_7jpbg"]
[ext_resource type="PackedScene" uid="uid://c4hykex48y86m" path="res://UI/music_control.tscn" id="2_tibg3"]
[ext_resource type="PackedScene" uid="uid://dcqw7w7tou7w3" path="res://UI/hotkey_rebind_button.tscn" id="2_yre3x"]
[ext_resource type="PackedScene" uid="uid://dnfiokqeqo5wu" path="res://UI/resolution_mode_button.tscn" id="3_lftg2"]
[node name="settings_tab_container" 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="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 100.0
offset_top = 50.0
offset_right = -100.0
offset_bottom = -100.0
grow_horizontal = 2
grow_vertical = 2
theme_override_fonts/font = ExtResource("1_3bxow")
tab_alignment = 1
current_tab = 0
[node name="sound" type="TabBar" parent="TabContainer"]
layout_mode = 2
metadata/_tab_index = 0
[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/sound"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = 123.0
offset_right = 4.0
grow_horizontal = 2
grow_vertical = 2
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/sound/ScrollContainer"]
layout_mode = 2
theme_override_constants/separation = 32
[node name="music_control" parent="TabContainer/sound/ScrollContainer/VBoxContainer" instance=ExtResource("2_tibg3")]
layout_mode = 2
[node name="graphics" type="TabBar" 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 = 24
theme_override_constants/margin_top = 24
theme_override_constants/margin_right = 24
theme_override_constants/margin_bottom = 24
[node name="ScrollContainer" type="ScrollContainer" parent="TabContainer/graphics/MarginContainer"]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/graphics/MarginContainer/ScrollContainer"]
layout_mode = 2
theme_override_constants/separation = 64
[node name="Window_mode_button" parent="TabContainer/graphics/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_7jpbg")]
layout_mode = 2
[node name="Resolution_mode_button" parent="TabContainer/graphics/MarginContainer/ScrollContainer/VBoxContainer" instance=ExtResource("3_lftg2")]
layout_mode = 2
[node name="control" type="TabBar" parent="TabContainer"]
visible = false
layout_mode = 2
tab_alignment = 1
max_tab_width = 1000
metadata/_tab_index = 2
[node name="MarginContainer2" type="MarginContainer" parent="TabContainer/control"]
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 = 24
theme_override_constants/margin_top = 24
theme_override_constants/margin_right = 24
theme_override_constants/margin_bottom = 24
[node name="VBoxContainer" type="VBoxContainer" parent="TabContainer/control/MarginContainer2"]
layout_mode = 2
theme_override_constants/separation = -64
alignment = 1
[node name="hotkey_rebind_button" parent="TabContainer/control/MarginContainer2/VBoxContainer" instance=ExtResource("2_yre3x")]
layout_mode = 2