-
Notifications
You must be signed in to change notification settings - Fork 3
/
mine_layout.tscn
43 lines (28 loc) · 1.34 KB
/
mine_layout.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
[gd_scene load_steps=2 format=3 uid="uid://35xyfjixkyfo"]
[ext_resource type="PackedScene" uid="uid://cbjkfb7xesbtg" path="res://guns/mine.tscn" id="1_xh5j4"]
[node name="Node2D" type="Node2D"]
[node name="mine" parent="." instance=ExtResource("1_xh5j4")]
[node name="mine3" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(-25, 25)
[node name="mine2" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(-50, 50)
[node name="mine4" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(-75, 75)
[node name="mine5" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(-100, 100)
[node name="mine10" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(-125, 125)
[node name="mine11" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(-150, 150)
[node name="mine6" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(25, 25)
[node name="mine7" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(50, 50)
[node name="mine8" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(75, 75)
[node name="mine9" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(100, 100)
[node name="mine12" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(125, 125)
[node name="mine13" parent="." instance=ExtResource("1_xh5j4")]
position = Vector2(150, 150)