38 lines
817 B
Plaintext
38 lines
817 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=1]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 0, 24, 24, 24 )
|
|
|
|
[sub_resource type="AtlasTexture" id=2]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 24, 24, 24, 24 )
|
|
|
|
[sub_resource type="AtlasTexture" id=4]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 24, 24, 24, 24 )
|
|
|
|
[sub_resource type="AtlasTexture" id=3]
|
|
atlas = ExtResource( 1 )
|
|
region = Rect2( 0, 24, 24, 24 )
|
|
|
|
[resource]
|
|
animations = [ {
|
|
"frames": [ SubResource( 1 ) ],
|
|
"loop": true,
|
|
"name": "idle",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ SubResource( 2 ) ],
|
|
"loop": true,
|
|
"name": "air",
|
|
"speed": 5.0
|
|
}, {
|
|
"frames": [ SubResource( 4 ), SubResource( 3 ) ],
|
|
"loop": true,
|
|
"name": "move",
|
|
"speed": 3.0
|
|
} ]
|