ChickenSpriteFrame.tres 1.2 KB

12345678910111213141516171819202122232425262728
  1. [gd_resource type="SpriteFrames" load_steps=9 format=2]
  2. [ext_resource path="res://component/entity/chick/anim/run/chicken_run_0.png" type="Texture" id=1]
  3. [ext_resource path="res://component/entity/chick/anim/get_hit/chicken_hit_0.png" type="Texture" id=2]
  4. [ext_resource path="res://component/entity/chick/anim/walk/chicken_walk_0.png" type="Texture" id=3]
  5. [ext_resource path="res://component/entity/chick/anim/walk/chicken_walk_1.png" type="Texture" id=4]
  6. [ext_resource path="res://component/entity/chick/anim/get_hit/chicken_hit_1.png" type="Texture" id=5]
  7. [ext_resource path="res://component/entity/chick/anim/run/chicken_run_1.png" type="Texture" id=6]
  8. [ext_resource path="res://component/entity/chick/anim/run/chicken_run_2.png" type="Texture" id=7]
  9. [ext_resource path="res://component/entity/chick/anim/walk/chicken_walk_2.png" type="Texture" id=8]
  10. [resource]
  11. animations = [ {
  12. "frames": [ ExtResource( 2 ), ExtResource( 5 ) ],
  13. "loop": true,
  14. "name": "get_hit",
  15. "speed": 6.0
  16. }, {
  17. "frames": [ ExtResource( 3 ), ExtResource( 4 ), ExtResource( 8 ) ],
  18. "loop": true,
  19. "name": "walk",
  20. "speed": 6.0
  21. }, {
  22. "frames": [ ExtResource( 1 ), ExtResource( 6 ), ExtResource( 7 ) ],
  23. "loop": true,
  24. "name": "run",
  25. "speed": 12.0
  26. } ]