summaryrefslogtreecommitdiff
path: root/whispy_woods_sprite_frames.tres
blob: 99d610d20ae8ff1bf9fe23ee2f1e5fc53949644a (plain)
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
[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://bi6050716beom"]

[ext_resource type="Texture2D" uid="uid://duscdq6p858dt" path="res://Assets/Enemies/whispy-woods-eye-02.png" id="1_yjx1b"]
[ext_resource type="Texture2D" uid="uid://bpr1plfnw77fh" path="res://Assets/Enemies/whispy-woods-eye-01.png" id="2_g2etd"]
[ext_resource type="Texture2D" uid="uid://c547eyj1dga2p" path="res://Assets/Enemies/whispy-woods-mouth-01.png" id="3_xrihg"]
[ext_resource type="Texture2D" uid="uid://qxh5qqh8oso" path="res://Assets/Enemies/whispy-woods-mouth-02.png" id="4_53nbh"]

[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": ExtResource("2_g2etd")
}, {
"duration": 1.0,
"texture": ExtResource("1_yjx1b")
}, {
"duration": 1.0,
"texture": ExtResource("2_g2etd")
}],
"loop": false,
"name": &"blink",
"speed": 8.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("1_yjx1b")
}],
"loop": false,
"name": &"eye_closed",
"speed": 4.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("3_xrihg")
}],
"loop": false,
"name": &"hole_idle",
"speed": 4.0
}, {
"frames": [{
"duration": 1.0,
"texture": ExtResource("4_53nbh")
}],
"loop": false,
"name": &"mouth_shoot",
"speed": 4.0
}]