summaryrefslogtreecommitdiff
path: root/game/shared/characters/explosion_animation.tres
blob: c211bff38e9edd3d7dda2da4df19027c1ad4ee5e (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
48
49
50
51
52
53
[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://b4n7iqd7rrxg0"]

[ext_resource type="Texture2D" uid="uid://btylon72bklla" path="res://game/shared/assets/explosion_sheet.png" id="1_sferd"]

[sub_resource type="AtlasTexture" id="AtlasTexture_2584g"]
atlas = ExtResource("1_sferd")
region = Rect2(0, 0, 250, 250)

[sub_resource type="AtlasTexture" id="AtlasTexture_15kyx"]
atlas = ExtResource("1_sferd")
region = Rect2(250, 0, 250, 250)

[sub_resource type="AtlasTexture" id="AtlasTexture_5l5l3"]
atlas = ExtResource("1_sferd")
region = Rect2(500, 0, 250, 250)

[sub_resource type="AtlasTexture" id="AtlasTexture_81xbp"]
atlas = ExtResource("1_sferd")
region = Rect2(0, 250, 250, 250)

[sub_resource type="AtlasTexture" id="AtlasTexture_k38fd"]
atlas = ExtResource("1_sferd")
region = Rect2(250, 250, 250, 250)

[sub_resource type="AtlasTexture" id="AtlasTexture_d0f6q"]
atlas = ExtResource("1_sferd")
region = Rect2(500, 250, 250, 250)

[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_2584g")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_15kyx")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_5l5l3")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_81xbp")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_k38fd")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_d0f6q")
}],
"loop": true,
"name": &"default",
"speed": 20.0
}]