Jam10/Graphics/Animations/PlayerWalk.tres

13 lines
339 B
Plaintext
Raw Normal View History

2023-01-26 18:25:40 +00:00
[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
} ]