-
Notifications
You must be signed in to change notification settings - Fork 0
/
FroggerFutureSheet.tres
68 lines (59 loc) · 1.68 KB
/
FroggerFutureSheet.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
68
[gd_resource type="SpriteFrames" load_steps=9 format=3 uid="uid://mivbftf60h2g"]
[ext_resource type="Texture2D" uid="uid://c15r1ln0hq5kt" path="res://FroggerSheet.png" id="1_xvk6v"]
[sub_resource type="AtlasTexture" id="AtlasTexture_akta2"]
atlas = ExtResource("1_xvk6v")
region = Rect2(0, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_rldi7"]
atlas = ExtResource("1_xvk6v")
region = Rect2(32, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_o7nde"]
atlas = ExtResource("1_xvk6v")
region = Rect2(64, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_vfs57"]
atlas = ExtResource("1_xvk6v")
region = Rect2(96, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_6c1ok"]
atlas = ExtResource("1_xvk6v")
region = Rect2(128, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_p3eh5"]
atlas = ExtResource("1_xvk6v")
region = Rect2(160, 0, 32, 32)
[sub_resource type="AtlasTexture" id="AtlasTexture_hqv8t"]
atlas = ExtResource("1_xvk6v")
region = Rect2(192, 0, 32, 32)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_akta2")
}],
"loop": true,
"name": &"Idle",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_akta2")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_rldi7")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_o7nde")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_vfs57")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_6c1ok")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_p3eh5")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_hqv8t")
}],
"loop": false,
"name": &"Move",
"speed": 24.0
}]