This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
sprite_frames_coin.tres
67 lines (57 loc) · 1.74 KB
/
sprite_frames_coin.tres
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
64
65
66
67
[gd_resource type="SpriteFrames" load_steps=10 format=3 uid="uid://ceum1yh6odg85"]
[ext_resource type="Texture2D" uid="uid://cjfu782vqpsux" path="res://Sprites/coin.png" id="1_87n0a"]
[sub_resource type="AtlasTexture" id="AtlasTexture_g237b"]
atlas = ExtResource("1_87n0a")
region = Rect2(0, 0, 15, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_pyd7u"]
atlas = ExtResource("1_87n0a")
region = Rect2(15, 0, 15, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_xoa7u"]
atlas = ExtResource("1_87n0a")
region = Rect2(30, 0, 15, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_j7rqc"]
atlas = ExtResource("1_87n0a")
region = Rect2(45, 0, 15, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_8e7y7"]
atlas = ExtResource("1_87n0a")
region = Rect2(60, 0, 15, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_ou11w"]
atlas = ExtResource("1_87n0a")
region = Rect2(75, 0, 15, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_n5hi8"]
atlas = ExtResource("1_87n0a")
region = Rect2(90, 0, 15, 16)
[sub_resource type="AtlasTexture" id="AtlasTexture_yjyn5"]
atlas = ExtResource("1_87n0a")
region = Rect2(105, 0, 15, 16)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_g237b")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_pyd7u")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_xoa7u")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_j7rqc")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_8e7y7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_ou11w")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_n5hi8")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_yjyn5")
}],
"loop": true,
"name": &"default",
"speed": 5.0
}]