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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
|
[gd_scene load_steps=11 format=2]
[ext_resource path="res://ui/scripts/settings.gd" type="Script" id=1]
[ext_resource path="res://sprites/stop.png" type="Texture" id=2]
[ext_resource path="res://sprites/stop-2.png" type="Texture" id=5]
[ext_resource path="res://ui/scripts/Volume.gd" type="Script" id=6]
[ext_resource path="res://ui/scenes/UiSettingContainer.tscn" type="PackedScene" id=7]
[ext_resource path="res://ui/scenes/UIResolutionSelector.tscn" type="PackedScene" id=8]
[ext_resource path="res://ui/buttontheme.tres" type="Theme" id=9]
[ext_resource path="res://ui/new_styleboxflat.tres" type="StyleBox" id=10]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.898039, 0.898039, 0.898039, 0.854902 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1
corner_radius_bottom_left = 1
expand_margin_left = 4.0
expand_margin_right = 4.0
expand_margin_top = 4.0
expand_margin_bottom = 4.0
anti_aliasing = false
[sub_resource type="StyleBoxFlat" id=4]
bg_color = Color( 0.34902, 0.807843, 1, 1 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1
corner_radius_bottom_left = 1
expand_margin_left = 4.0
expand_margin_right = 4.0
expand_margin_top = 4.0
expand_margin_bottom = 4.0
anti_aliasing = false
[node name="settings" type="Control"]
pause_mode = 2
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="Backgroud" type="ColorRect" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
color = Color( 0, 0, 0, 0.611765 )
[node name="SettingsWindow" type="VBoxContainer" parent="Backgroud"]
margin_left = 16.0
margin_top = 16.0
margin_right = 173.0
margin_bottom = 128.0
theme = ExtResource( 9 )
[node name="VolumeBox" type="HBoxContainer" parent="Backgroud/SettingsWindow"]
margin_right = 157.0
margin_bottom = 16.0
custom_constants/separation = 10
[node name="VolumeSlider" type="HSlider" parent="Backgroud/SettingsWindow/VolumeBox"]
margin_right = 99.0
margin_bottom = 16.0
focus_neighbour_top = NodePath("../../BackButton")
focus_neighbour_bottom = NodePath("../../ResolutionBox/UIResolutionSelector")
size_flags_horizontal = 3
custom_icons/grabber_highlight = ExtResource( 5 )
custom_icons/grabber = ExtResource( 2 )
custom_styles/slider = SubResource( 1 )
custom_styles/grabber_area_highlight = SubResource( 4 )
custom_styles/grabber_area = ExtResource( 10 )
max_value = 2.0
step = 0.05
script = ExtResource( 6 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VolumeLabel" type="Label" parent="Backgroud/SettingsWindow/VolumeBox"]
margin_left = 109.0
margin_top = 1.0
margin_right = 157.0
margin_bottom = 15.0
theme = ExtResource( 9 )
custom_colors/font_color = Color( 1, 0.929412, 0.764706, 1 )
text = "volume"
[node name="ResolutionBox" type="HBoxContainer" parent="Backgroud/SettingsWindow"]
margin_top = 20.0
margin_right = 157.0
margin_bottom = 34.0
[node name="UIResolutionSelector" parent="Backgroud/SettingsWindow/ResolutionBox" instance=ExtResource( 8 )]
margin_right = 67.0
margin_bottom = 14.0
focus_neighbour_top = NodePath("../../VolumeBox/VolumeSlider")
focus_neighbour_bottom = NodePath("../../fullscreen")
size_flags_horizontal = 0
theme = null
text = "640x300"
items = [ "640x300", null, false, 0, null, "1280x720", null, false, 1, null, "1920x1080", null, false, 2, null ]
selected = 0
[node name="ResolutionLabel" type="Label" parent="Backgroud/SettingsWindow/ResolutionBox"]
margin_left = 71.0
margin_right = 143.0
margin_bottom = 14.0
theme = ExtResource( 9 )
text = "Resolutioេnតថឹ"
[node name="fullscreen" parent="Backgroud/SettingsWindow" instance=ExtResource( 7 )]
margin_top = 38.0
margin_right = 88.0
margin_bottom = 54.0
focus_neighbour_top = NodePath("../ResolutionBox/UIResolutionSelector")
focus_neighbour_bottom = NodePath("../vsync")
size_flags_horizontal = 0
theme = null
pressed = true
text = "fullscreen"
[node name="vsync" parent="Backgroud/SettingsWindow" instance=ExtResource( 7 )]
margin_top = 58.0
margin_right = 56.0
margin_bottom = 74.0
focus_neighbour_top = NodePath("../fullscreen")
focus_neighbour_bottom = NodePath("../bullet lights")
size_flags_horizontal = 0
theme = null
text = "Vsync"
[node name="bullet lights" type="CheckBox" parent="Backgroud/SettingsWindow"]
margin_top = 78.0
margin_right = 157.0
margin_bottom = 94.0
focus_neighbour_top = NodePath("../vsync")
focus_neighbour_bottom = NodePath("../BackButton")
pressed = true
text = "bullet lights"
[node name="BackButton" type="Button" parent="Backgroud/SettingsWindow"]
unique_name_in_owner = true
margin_top = 98.0
margin_right = 32.0
margin_bottom = 112.0
focus_neighbour_top = NodePath("../bullet lights")
focus_neighbour_bottom = NodePath("../VolumeBox/VolumeSlider")
size_flags_horizontal = 0
text = "Back"
align = 0
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="gui_input" from="Backgroud/SettingsWindow/VolumeBox/VolumeSlider" to="Backgroud/SettingsWindow/VolumeBox/VolumeSlider" method="_on_VolumeSlider_gui_input"]
[connection signal="value_changed" from="Backgroud/SettingsWindow/VolumeBox/VolumeSlider" to="Backgroud/SettingsWindow/VolumeBox/VolumeSlider" method="_on_value_changed"]
[connection signal="resolution_changed" from="Backgroud/SettingsWindow/ResolutionBox/UIResolutionSelector" to="." method="_on_UIResolutionSelector_resolution_changed"]
[connection signal="toggled" from="Backgroud/SettingsWindow/fullscreen" to="." method="_on_UIFullscreenCheckbox_toggled"]
[connection signal="toggled" from="Backgroud/SettingsWindow/vsync" to="." method="_on_UIVsyncCheckbox_toggled"]
[connection signal="toggled" from="Backgroud/SettingsWindow/bullet lights" to="." method="_on_bullet_lights_toggled"]
[connection signal="pressed" from="Backgroud/SettingsWindow/BackButton" to="." method="_on_BackButton_pressed"]
|