-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenamy.tscn.depren
104 lines (88 loc) · 2.94 KB
/
enamy.tscn.depren
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
[gd_scene load_steps=15 format=3 uid="uid://c3igbmt0uxnfq"]
[ext_resource type="Script" path="res://enemy.gd" id="1_8kpra"]
[ext_resource type="Texture2D" uid="uid://gvxb024wco1p" path="res://Assets/enemie_sprite_sheet.png" id="2_njk07"]
[ext_resource type="AudioStream" uid="uid://blv70i6tirdrb" path="res://Assets/monster_die.wav" id="3_8pash"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_rhtkj"]
[sub_resource type="AtlasTexture" id="AtlasTexture_gma8q"]
atlas = ExtResource("2_njk07")
region = Rect2(0, 256, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_l7obb"]
atlas = ExtResource("2_njk07")
region = Rect2(256, 256, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_bmn8p"]
atlas = ExtResource("2_njk07")
region = Rect2(512, 256, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_2y78w"]
atlas = ExtResource("2_njk07")
region = Rect2(768, 256, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_mftwc"]
atlas = ExtResource("2_njk07")
region = Rect2(1024, 256, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_jdmbp"]
atlas = ExtResource("2_njk07")
region = Rect2(0, 0, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_7kkd3"]
atlas = ExtResource("2_njk07")
region = Rect2(256, 0, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_8s8kk"]
atlas = ExtResource("2_njk07")
region = Rect2(512, 0, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_3o7wc"]
atlas = ExtResource("2_njk07")
region = Rect2(768, 0, 256, 256)
[sub_resource type="SpriteFrames" id="SpriteFrames_akjqh"]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_gma8q")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_l7obb")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_bmn8p")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_2y78w")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_mftwc")
}],
"loop": false,
"name": &"Death",
"speed": 8.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_jdmbp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_7kkd3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8s8kk")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_3o7wc")
}],
"loop": true,
"name": &"Idle",
"speed": 8.0
}]
[node name="CharacterBody3D" type="CharacterBody3D"]
collision_layer = 2
collision_mask = 3
script = ExtResource("1_8kpra")
move_speed = null
atack_range = null
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_rhtkj")
[node name="AnimatedSprite3D" type="AnimatedSprite3D" parent="."]
transform = Transform3D(0.763715, 0, 0, 0, 0.912618, 0, 0, 0, 1, 0, 1.17508, 0)
billboard = 2
sprite_frames = SubResource("SpriteFrames_akjqh")
animation = &"Death"
[node name="DeathSound" type="AudioStreamPlayer3D" parent="."]
stream = ExtResource("3_8pash")
unit_size = 2.0