-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathControlScreen.tscn
More file actions
170 lines (152 loc) · 4.08 KB
/
Copy pathControlScreen.tscn
File metadata and controls
170 lines (152 loc) · 4.08 KB
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
160
161
162
163
164
165
166
167
168
169
170
[gd_scene load_steps=9 format=2]
[ext_resource path="res://ASSETS/BBBOcelot-Regular.otf" type="DynamicFontData" id=1]
[ext_resource path="res://Scripts/Button.gd" type="Script" id=2]
[sub_resource type="StyleBoxFlat" id=1]
bg_color = Color( 0.443137, 0, 0, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 1, 1, 1, 1 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=3]
size = 10
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=4]
size = 8
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=5]
size = 11
font_data = ExtResource( 1 )
[sub_resource type="StyleBoxFlat" id=6]
bg_color = Color( 0.443137, 0, 0, 1 )
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color( 1, 1, 1, 1 )
corner_radius_top_left = 1
corner_radius_top_right = 1
corner_radius_bottom_right = 1
corner_radius_bottom_left = 1
[node name="Control" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="ColorRect" type="ColorRect" parent="."]
margin_right = 320.0
margin_bottom = 180.0
color = Color( 0, 0, 0, 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="ColorRect"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -139.5
margin_top = -76.0
margin_right = 139.5
margin_bottom = 76.0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ControlsLabel" type="Label" parent="ColorRect/Panel"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -101.0
margin_top = -45.0
margin_right = 24.0
margin_bottom = -29.0
rect_scale = Vector2( 1.04298, 1.09593 )
custom_fonts/font = SubResource( 2 )
text = "CONTROLS:"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="ColorRect/Panel/ControlsLabel"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -51.5
margin_top = 4.0
margin_right = 24.5
margin_bottom = 20.0
custom_fonts/font = SubResource( 3 )
text = "A - Left"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label3" type="Label" parent="ColorRect/Panel/ControlsLabel"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -50.9945
margin_top = 16.8489
margin_right = 25.0055
margin_bottom = 32.8489
custom_fonts/font = SubResource( 3 )
text = "D - Right"
[node name="Label4" type="Label" parent="ColorRect/Panel/ControlsLabel"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -51.9533
margin_top = 32.3608
margin_right = 24.0467
margin_bottom = 48.3608
custom_fonts/font = SubResource( 3 )
text = "W - Jump"
[node name="Label5" type="Label" parent="ColorRect/Panel/ControlsLabel"]
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
margin_left = -51.9533
margin_top = 47.8728
margin_right = 119.047
margin_bottom = 63.8728
custom_fonts/font = SubResource( 3 )
text = "Spacebar- Talk to Npcs!"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="ColorRect/Panel"]
margin_left = 2.5
margin_top = 142.0
margin_right = 106.5
margin_bottom = 156.0
custom_fonts/font = SubResource( 4 )
text = "Made with Godot"
[node name="Label2" type="Label" parent="ColorRect/Panel"]
margin_left = 2.5
margin_top = 118.0
margin_right = 190.5
margin_bottom = 137.0
custom_fonts/font = SubResource( 4 )
text = "There are more controls. But youll
figure them out ;D"
[node name="BackButton ( Controls -> Menu)" type="Button" parent="."]
margin_left = 243.0
margin_top = 144.0
margin_right = 296.0
margin_bottom = 163.0
custom_fonts/font = SubResource( 5 )
custom_styles/hover = SubResource( 6 )
custom_styles/pressed = SubResource( 6 )
custom_styles/focus = SubResource( 6 )
custom_styles/disabled = SubResource( 6 )
custom_styles/normal = SubResource( 6 )
text = "Back"
script = ExtResource( 2 )
target_scene = "res://MenuScreen.tscn"