-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenemy-testing.tscn
48 lines (35 loc) · 1.59 KB
/
enemy-testing.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
[gd_scene load_steps=4 format=3 uid="uid://ccfxgwi7fh7e4"]
[ext_resource type="Texture2D" uid="uid://coqfc4kh7r77w" path="res://InventoryRect.png" id="1_mru6c"]
[ext_resource type="PackedScene" uid="uid://cvo2xhojg2kx5" path="res://enemy.tscn" id="2_h6kw2"]
[ext_resource type="PackedScene" uid="uid://ccwb7bmjph5un" path="res://player.tscn" id="3_16wu5"]
[node name="Node2D" type="Node2D"]
[node name="InventoryRect" type="Sprite2D" parent="."]
position = Vector2(-136, -76)
texture = ExtResource("1_mru6c")
[node name="InventoryRect2" type="Sprite2D" parent="."]
position = Vector2(-144, 305)
texture = ExtResource("1_mru6c")
[node name="InventoryRect3" type="Sprite2D" parent="."]
position = Vector2(84, -76)
texture = ExtResource("1_mru6c")
[node name="InventoryRect4" type="Sprite2D" parent="."]
position = Vector2(102, 317)
texture = ExtResource("1_mru6c")
[node name="InventoryRect5" type="Sprite2D" parent="."]
position = Vector2(428, -85)
texture = ExtResource("1_mru6c")
[node name="InventoryRect6" type="Sprite2D" parent="."]
position = Vector2(437, 315)
texture = ExtResource("1_mru6c")
[node name="InventoryRect7" type="Sprite2D" parent="."]
position = Vector2(-146, 116)
texture = ExtResource("1_mru6c")
[node name="InventoryRect8" type="Sprite2D" parent="."]
position = Vector2(427, 129)
texture = ExtResource("1_mru6c")
[node name="Enemy" parent="." instance=ExtResource("2_h6kw2")]
position = Vector2(124, -40)
[node name="Enemy2" parent="." instance=ExtResource("2_h6kw2")]
position = Vector2(-303, 164)
[node name="Crow" parent="." instance=ExtResource("3_16wu5")]
position = Vector2(109, 88)