13 lines
339 B
Plaintext
13 lines
339 B
Plaintext
|
[gd_resource type="SpriteFrames" load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://Graphics/Units/PlayerWalk.png" type="Texture" id=1]
|
||
|
[ext_resource path="res://Graphics/Units/Player.png" type="Texture" id=2]
|
||
|
|
||
|
[resource]
|
||
|
animations = [ {
|
||
|
"frames": [ ExtResource( 2 ), ExtResource( 1 ) ],
|
||
|
"loop": true,
|
||
|
"name": "default",
|
||
|
"speed": 10.0
|
||
|
} ]
|