summaryrefslogtreecommitdiff
path: root/game/shared/characters/fro_animation.tres
blob: a9a989b4d3f08507df05f1b527ecee022417eda9 (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
54
55
56
57
58
59
60
61
62
63
[gd_resource type="SpriteFrames" load_steps=8 format=3 uid="uid://bosng2x2w205a"]

[ext_resource type="Texture2D" uid="uid://6v31vl2mxbvb" path="res://game/shared/assets/namoradinha_sheet.png" id="1_32j2i"]

[sub_resource type="AtlasTexture" id="AtlasTexture_6af3s"]
atlas = ExtResource("1_32j2i")
region = Rect2(0, 512, 512, 512)

[sub_resource type="AtlasTexture" id="AtlasTexture_j7ujl"]
atlas = ExtResource("1_32j2i")
region = Rect2(512, 512, 512, 512)

[sub_resource type="AtlasTexture" id="AtlasTexture_kpj3i"]
atlas = ExtResource("1_32j2i")
region = Rect2(1024, 512, 512, 512)

[sub_resource type="AtlasTexture" id="AtlasTexture_mibw3"]
atlas = ExtResource("1_32j2i")
region = Rect2(0, 1024, 512, 512)

[sub_resource type="AtlasTexture" id="AtlasTexture_qgqbf"]
atlas = ExtResource("1_32j2i")
region = Rect2(512, 1024, 512, 512)

[sub_resource type="AtlasTexture" id="AtlasTexture_rjh2i"]
atlas = ExtResource("1_32j2i")
region = Rect2(1024, 1024, 512, 512)

[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_6af3s")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_j7ujl")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_kpj3i")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_mibw3")
}],
"loop": true,
"name": &"happy",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_qgqbf")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_rjh2i")
}],
"loop": true,
"name": &"mad",
"speed": 5.0
}]