summaryrefslogtreecommitdiff
path: root/game/shared/characters/kit_animation.tres
blob: 6f15b55fab59a9505f94edce3e92a739ff3169e8 (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://jvyw0cu710vo"]

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

[sub_resource type="AtlasTexture" id="AtlasTexture_f1322"]
atlas = ExtResource("1_84b4y")
region = Rect2(256, 1280, 256, 256)

[sub_resource type="AtlasTexture" id="AtlasTexture_1u7ji"]
atlas = ExtResource("1_84b4y")
region = Rect2(0, 1280, 256, 256)

[sub_resource type="AtlasTexture" id="AtlasTexture_jdkde"]
atlas = ExtResource("1_84b4y")
region = Rect2(0, 1536, 256, 256)

[sub_resource type="AtlasTexture" id="AtlasTexture_vbgla"]
atlas = ExtResource("1_84b4y")
region = Rect2(512, 1280, 256, 256)

[sub_resource type="AtlasTexture" id="AtlasTexture_1jkyk"]
atlas = ExtResource("1_84b4y")
region = Rect2(256, 1536, 256, 256)

[sub_resource type="AtlasTexture" id="AtlasTexture_d6df1"]
atlas = ExtResource("1_84b4y")
region = Rect2(512, 1536, 256, 256)

[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_f1322")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_1u7ji")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_jdkde")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vbgla")
}],
"loop": true,
"name": &"happy",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_1jkyk")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_d6df1")
}],
"loop": true,
"name": &"mad",
"speed": 5.0
}]