-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstructions.tscn
More file actions
101 lines (92 loc) · 2.88 KB
/
instructions.tscn
File metadata and controls
101 lines (92 loc) · 2.88 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
[gd_scene format=3 uid="uid://ciun16f7sdj0"]
[ext_resource type="Texture2D" uid="uid://3lgdgj4fnmap" path="res://assets/plain_bg.png" id="1_7ls63"]
[ext_resource type="Script" path="res://instructions.gd" id="1_h8hbf"]
[ext_resource type="Texture2D" uid="uid://betgcaomrp03w" path="res://controlsButton.png" id="3_jh4dl"]
[ext_resource type="Texture2D" uid="uid://bcelrtjsasfvt" path="res://returnButton.png" id="4_gosh8"]
[node name="instructions" type="Control" unique_id=1188088837]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_h8hbf")
[node name="PlainBg" type="Sprite2D" parent="." unique_id=1706995682]
position = Vector2(571.5, 331.5)
scale = Vector2(0.6026042, 0.61203694)
texture = ExtResource("1_7ls63")
[node name="Label4" type="Label" parent="." unique_id=1543079494]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -569.0
offset_top = -258.0
offset_right = 1995.0
offset_bottom = 18.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 20
text = "How to Play:
Race around the Wild West to survive until the time is up.
Surviving with 1 life or more starts the next level.
But watch out!
Stampeding bulls are scattered all around the map.
When they run into you will lose a heart out of three!
"
[node name="Label5" type="Label" parent="." unique_id=1804900638]
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = 75.0
offset_top = -259.0
offset_right = 2639.0
offset_bottom = 17.0
grow_horizontal = 2
grow_vertical = 2
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 20
text = "Chests are found all around the map.
Within them you'll find power ups.
They include:
- freezing the bulls
- slowing down the bulls
- speeding you up
- umping over parts of the map
- lassoing at the bulls
A money bag allows you to capture bulls."
[node name="Button" type="Button" parent="." unique_id=2119119474]
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -410.0
offset_top = -64.0
offset_right = 1370.0
offset_bottom = 239.0
grow_horizontal = 0
grow_vertical = 0
scale = Vector2(0.21819407, 0.21957147)
icon = ExtResource("3_jh4dl")
[node name="Button2" type="Button" parent="." unique_id=157084413]
layout_mode = 1
anchors_preset = 2
anchor_top = 1.0
anchor_bottom = 1.0
offset_left = 4.0
offset_top = -57.0
offset_right = 1784.0
offset_bottom = 246.0
grow_vertical = 0
scale = Vector2(0.21359688, 0.21359688)
icon = ExtResource("4_gosh8")
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]