-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayerBlueSkin.tres
49 lines (43 loc) · 1.13 KB
/
PlayerBlueSkin.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
[gd_resource type="SpriteFrames" load_steps=6 format=3 uid="uid://xt87j71j3332"]
[ext_resource type="Texture2D" uid="uid://ct28a4wcbt3ft" path="res://tilemap-characters_packed.png" id="1_vqqyn"]
[sub_resource type="AtlasTexture" id="AtlasTexture_k7pui"]
atlas = ExtResource("1_vqqyn")
region = Rect2(48, 0, 24, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_1q1je"]
atlas = ExtResource("1_vqqyn")
region = Rect2(72, 0, 24, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_4kl2r"]
atlas = ExtResource("1_vqqyn")
region = Rect2(72, 0, 24, 24)
[sub_resource type="AtlasTexture" id="AtlasTexture_wy43i"]
atlas = ExtResource("1_vqqyn")
region = Rect2(48, 0, 24, 24)
[resource]
animations = [{
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_k7pui")
}],
"loop": true,
"name": &"Idle",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_1q1je")
}],
"loop": false,
"name": &"Jump",
"speed": 5.0
}, {
"frames": [{
"duration": 1.0,
"texture": SubResource("AtlasTexture_4kl2r")
}, {
"duration": 1.0,
"texture": SubResource("AtlasTexture_wy43i")
}],
"loop": true,
"name": &"Run",
"speed": 5.0
}]