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
|
[gd_resource type="SpriteFrames" load_steps=5 format=3 uid="uid://c5j2ojumuirph"]
[ext_resource type="Texture2D" uid="uid://bn4ogu386cfsa" path="res://game/microgames/heart_break/assets/GGJ_Heart-Sheet.png" id="1_bi62t"]
[sub_resource type="AtlasTexture" id="AtlasTexture_vjtln"]
atlas = ExtResource("1_bi62t")
region = Rect2(512, 0, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_xa2t5"]
atlas = ExtResource("1_bi62t")
region = Rect2(0, 0, 256, 256)
[sub_resource type="AtlasTexture" id="AtlasTexture_hl0ht"]
atlas = ExtResource("1_bi62t")
region = Rect2(256, 0, 256, 256)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_vjtln")
}],
"loop": true,
"name": &"death",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_xa2t5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_hl0ht")
}],
"loop": true,
"name": &"default",
"speed": 3.0
}]
|