Jam10/Graphics/Animations/NPCWalk.tres

13 lines
332 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/NPCWalk.png" type="Texture" id=1]
[ext_resource path="res://Graphics/Units/NPC.png" type="Texture" id=2]
[resource]
animations = [ {
"frames": [ ExtResource( 2 ), ExtResource( 1 ) ],
"loop": true,
"name": "default",
"speed": 5.0
} ]