-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathworld.tscn
121 lines (97 loc) · 3.6 KB
/
world.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
109
110
111
112
113
114
115
116
117
118
119
120
121
[gd_scene load_steps=5 format=3 uid="uid://wfxs3i2kdjay"]
[ext_resource type="PackedScene" uid="uid://cr2kyb5p02t12" path="res://player/player.tscn" id="1_jppst"]
[ext_resource type="PackedScene" uid="uid://clc6at78te5pr" path="res://scarecrow/scarecrow.tscn" id="2_5ksqn"]
[ext_resource type="PackedScene" uid="uid://bwfqfe7m086mj" path="res://fire_worm/worm.tscn" id="3_plyqu"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_1ucop"]
size = Vector2(204, 11)
[node name="world" type="Node2D"]
[node name="StaticBody2D" type="StaticBody2D" parent="."]
position = Vector2(-5, 193)
collision_mask = 0
[node name="ColorRect" type="ColorRect" parent="StaticBody2D"]
offset_left = -10.0
offset_top = -10.0
offset_right = 194.0
offset_bottom = 1.0
color = Color(0.109804, 0.247059, 0.470588, 1)
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(92, -4.5)
shape = SubResource("RectangleShape2D_1ucop")
[node name="StaticBody2D2" type="StaticBody2D" parent="."]
position = Vector2(194, 212)
collision_mask = 0
[node name="ColorRect" type="ColorRect" parent="StaticBody2D2"]
offset_left = -10.0
offset_top = -10.0
offset_right = 194.0
offset_bottom = 1.0
color = Color(0.109804, 0.247059, 0.470588, 1)
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"]
position = Vector2(92, -4.5)
shape = SubResource("RectangleShape2D_1ucop")
[node name="StaticBody2D3" type="StaticBody2D" parent="."]
position = Vector2(396, 212)
collision_mask = 0
[node name="ColorRect" type="ColorRect" parent="StaticBody2D3"]
offset_left = -10.0
offset_top = -10.0
offset_right = 194.0
offset_bottom = 1.0
color = Color(0.109804, 0.247059, 0.470588, 1)
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"]
position = Vector2(92, -4.5)
shape = SubResource("RectangleShape2D_1ucop")
[node name="StaticBody2D4" type="StaticBody2D" parent="."]
position = Vector2(595, 198)
collision_mask = 0
[node name="ColorRect" type="ColorRect" parent="StaticBody2D4"]
offset_left = -10.0
offset_top = -10.0
offset_right = 194.0
offset_bottom = 1.0
color = Color(0.109804, 0.247059, 0.470588, 1)
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D4"]
position = Vector2(92, -4.5)
shape = SubResource("RectangleShape2D_1ucop")
[node name="ColorRect" type="ColorRect" parent="."]
offset_left = -11.0
offset_top = 54.0
offset_right = 29.0
offset_bottom = 94.0
color = Color(0.203922, 0.341176, 0.521569, 1)
[node name="ColorRect2" type="ColorRect" parent="."]
offset_left = 190.0
offset_top = 54.0
offset_right = 230.0
offset_bottom = 94.0
color = Color(0.203922, 0.341176, 0.521569, 1)
[node name="ColorRect3" type="ColorRect" parent="."]
offset_left = 94.0
offset_top = 54.0
offset_right = 134.0
offset_bottom = 94.0
color = Color(0.203922, 0.341176, 0.521569, 1)
[node name="ColorRect4" type="ColorRect" parent="."]
offset_left = 261.0
offset_top = 226.0
offset_right = 301.0
offset_bottom = 266.0
color = Color(0.203922, 0.341176, 0.521569, 1)
[node name="ColorRect5" type="ColorRect" parent="."]
offset_left = 462.0
offset_top = 226.0
offset_right = 502.0
offset_bottom = 266.0
color = Color(0.203922, 0.341176, 0.521569, 1)
[node name="ColorRect6" type="ColorRect" parent="."]
offset_left = 366.0
offset_top = 226.0
offset_right = 406.0
offset_bottom = 266.0
color = Color(0.203922, 0.341176, 0.521569, 1)
[node name="Player" parent="." instance=ExtResource("1_jppst")]
position = Vector2(160, 111)
[node name="Scarecrow" parent="." instance=ExtResource("2_5ksqn")]
position = Vector2(683, 69)
[node name="Worm" parent="." instance=ExtResource("3_plyqu")]
position = Vector2(289, 35)