|
@@ -0,0 +1,28 @@
|
|
|
+[gd_resource type="SpriteFrames" load_steps=9 format=2]
|
|
|
+
|
|
|
+[ext_resource path="res://component/entity/chick/anim/run/chicken_run_0.png" type="Texture" id=1]
|
|
|
+[ext_resource path="res://component/entity/chick/anim/get_hit/chicken_hit_0.png" type="Texture" id=2]
|
|
|
+[ext_resource path="res://component/entity/chick/anim/walk/chicken_walk_0.png" type="Texture" id=3]
|
|
|
+[ext_resource path="res://component/entity/chick/anim/walk/chicken_walk_1.png" type="Texture" id=4]
|
|
|
+[ext_resource path="res://component/entity/chick/anim/get_hit/chicken_hit_1.png" type="Texture" id=5]
|
|
|
+[ext_resource path="res://component/entity/chick/anim/run/chicken_run_1.png" type="Texture" id=6]
|
|
|
+[ext_resource path="res://component/entity/chick/anim/run/chicken_run_2.png" type="Texture" id=7]
|
|
|
+[ext_resource path="res://component/entity/chick/anim/walk/chicken_walk_2.png" type="Texture" id=8]
|
|
|
+
|
|
|
+[resource]
|
|
|
+animations = [ {
|
|
|
+"frames": [ ExtResource( 2 ), ExtResource( 5 ) ],
|
|
|
+"loop": true,
|
|
|
+"name": "get_hit",
|
|
|
+"speed": 6.0
|
|
|
+}, {
|
|
|
+"frames": [ ExtResource( 3 ), ExtResource( 4 ), ExtResource( 8 ) ],
|
|
|
+"loop": true,
|
|
|
+"name": "walk",
|
|
|
+"speed": 6.0
|
|
|
+}, {
|
|
|
+"frames": [ ExtResource( 1 ), ExtResource( 6 ), ExtResource( 7 ) ],
|
|
|
+"loop": true,
|
|
|
+"name": "run",
|
|
|
+"speed": 12.0
|
|
|
+} ]
|