scrystallo.sprite 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. (supertux-sprite
  2. (action
  3. (name "editor-left")
  4. (fps 14)
  5. (hitbox 8 13 32 14)
  6. (loops 1)
  7. (images "crystallo-sleeping.png"))
  8. (action
  9. (name "editor-right")
  10. (fps 14)
  11. (hitbox 9 13 32 14)
  12. (loops 1)
  13. (mirror-action "editor-left"))
  14. (action
  15. (name "left")
  16. (fps 14)
  17. (hitbox 8 9 32 20)
  18. (images "crystallo-left-0.png"
  19. "crystallo-left-1.png"
  20. "crystallo-left-2.png"
  21. "crystallo-left-3.png"
  22. "crystallo-left-4.png"
  23. "crystallo-left-5.png"
  24. "crystallo-left-6.png"
  25. "crystallo-left-7.png"))
  26. (action
  27. (name "right")
  28. (fps 14)
  29. (hitbox 8 9 32 20)
  30. (mirror-action "left"))
  31. (action
  32. (name "slowdown-left")
  33. (fps 5)
  34. (hitbox 8 9 32 20)
  35. (clone-action "left"))
  36. (action
  37. (name "slowdown-right")
  38. (fps 5)
  39. (hitbox 8 9 32 20)
  40. (clone-action "right"))
  41. (action
  42. (name "shattered-left")
  43. (images "shattered-left.png"))
  44. (action
  45. (name "shattered-right")
  46. (mirror-action "shattered-left"))
  47. (action
  48. (name "waking-left")
  49. (fps 14)
  50. (hitbox 8 13 32 14)
  51. (loops 1)
  52. (images "crystallo-waking-0.png"
  53. "crystallo-waking-1.png"
  54. "crystallo-sleeping.png"
  55. "crystallo-waking-0.png"
  56. "crystallo-waking-1.png"
  57. "crystallo-waking-1.png"
  58. "crystallo-waking-1.png"
  59. "crystallo-waking-1.png"
  60. "crystallo-preparing-0.png"
  61. "crystallo-preparing-1.png"
  62. "crystallo-preparing-0.png"
  63. "crystallo-preparing-1.png"
  64. "crystallo-preparing-0.png"
  65. "crystallo-preparing-1.png"
  66. "crystallo-preparing-0.png"))
  67. (action
  68. (name "waking-right")
  69. (fps 14)
  70. (hitbox 9 13 32 14)
  71. (loops 1)
  72. (mirror-action "waking-left"))
  73. (action
  74. (name "jumping-left")
  75. (fps 14)
  76. (hitbox 8 9 32 20)
  77. (loops 1)
  78. (images "crystallo-jump-1.png"
  79. "crystallo-jump-2.png"
  80. "crystallo-jump-3.png"
  81. "crystallo-jump-4.png"
  82. "crystallo-jump-5.png"
  83. "crystallo-jump-6.png"))
  84. (action
  85. (name "jumping-right")
  86. (fps 14)
  87. (hitbox 8 9 32 20)
  88. (loops 1)
  89. (mirror-action "jumping-left"))
  90. )