38 lines
815 B
Plaintext
38 lines
815 B
Plaintext
|
[gd_resource type="SpriteFrames" load_steps=6 format=2]
|
||
|
|
||
|
[ext_resource path="res://assets/characters/characters.png" type="Texture" id=1]
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id=5]
|
||
|
atlas = ExtResource( 1 )
|
||
|
region = Rect2( 48, 0, 24, 24 )
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id=4]
|
||
|
atlas = ExtResource( 1 )
|
||
|
region = Rect2( 72, 0, 24, 24 )
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id=7]
|
||
|
atlas = ExtResource( 1 )
|
||
|
region = Rect2( 72, 0, 24, 24 )
|
||
|
|
||
|
[sub_resource type="AtlasTexture" id=6]
|
||
|
atlas = ExtResource( 1 )
|
||
|
region = Rect2( 48, 0, 24, 24 )
|
||
|
|
||
|
[resource]
|
||
|
animations = [ {
|
||
|
"frames": [ SubResource( 5 ) ],
|
||
|
"loop": true,
|
||
|
"name": "idle",
|
||
|
"speed": 5.0
|
||
|
}, {
|
||
|
"frames": [ SubResource( 4 ) ],
|
||
|
"loop": true,
|
||
|
"name": "air",
|
||
|
"speed": 5.0
|
||
|
}, {
|
||
|
"frames": [ SubResource( 7 ), SubResource( 6 ) ],
|
||
|
"loop": true,
|
||
|
"name": "move",
|
||
|
"speed": 3.0
|
||
|
} ]
|