-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontrol_functions.tscn
More file actions
89 lines (81 loc) · 2.36 KB
/
control_functions.tscn
File metadata and controls
89 lines (81 loc) · 2.36 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
[gd_scene format=3 uid="uid://bbd26h2vbm21n"]
[ext_resource type="Texture2D" uid="uid://3lgdgj4fnmap" path="res://assets/plain_bg.png" id="1_bhctg"]
[ext_resource type="Script" path="res://control_functions.gd" id="1_rycb2"]
[ext_resource type="Texture2D" uid="uid://bcelrtjsasfvt" path="res://returnButton.png" id="3_05nsx"]
[node name="ControlFunctions" type="Control" unique_id=1909633195]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_rycb2")
[node name="PlainBg" type="Sprite2D" parent="." unique_id=1901943666]
position = Vector2(582, 322)
scale = Vector2(0.6125, 0.6203704)
texture = ExtResource("1_bhctg")
[node name="Label" type="Label" parent="." unique_id=1918537129]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -467.0
offset_top = -273.0
offset_right = -154.0
offset_bottom = -51.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 30
text = "Movement:
[W] = Forward
[A] = Right
[S] = Backwards
[D] = Left"
[node name="Label2" type="Label" parent="." unique_id=1207179196]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -109.0
offset_top = -268.0
offset_right = 414.0
offset_bottom = -116.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 30
text = "Toggle Mouse Camera = [tab] & [esc]"
[node name="Label3" type="Label" parent="." unique_id=637923165]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -104.0
offset_top = -141.0
offset_right = 225.0
offset_bottom = 11.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 30
text = "Use powerup = [E]"
[node name="Button" type="Button" parent="." unique_id=784153193]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = 8.0
offset_top = -71.0
offset_right = 1846.0
offset_bottom = 232.0
grow_vertical = 0
scale = Vector2(0.21220583, 0.21220583)
icon = ExtResource("3_05nsx")
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]