rcrystallo.sprite 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 14)
  5. (hitbox 8 1 32 25)
  6. (images "crystallo-left-0.png"
  7. "crystallo-left-1.png"
  8. "crystallo-left-2.png"
  9. "crystallo-left-3.png"
  10. "crystallo-left-4.png"
  11. "crystallo-left-5.png"
  12. "crystallo-left-6.png"
  13. "crystallo-left-7.png"))
  14. (action
  15. (name "right")
  16. (fps 14)
  17. (hitbox 8 1 32 25)
  18. (mirror-action "left"))
  19. (action
  20. (name "slowdown-left")
  21. (fps 5)
  22. (hitbox 8 1 32 25)
  23. (clone-action "left"))
  24. (action
  25. (name "slowdown-right")
  26. (fps 5)
  27. (hitbox 8 1 32 25)
  28. (clone-action "right"))
  29. (action
  30. (name "shattered-left")
  31. (images "shattered-left.png"))
  32. (action
  33. (name "shattered-right")
  34. (mirror-action "shattered-left"))
  35. (action
  36. (name "detected-left")
  37. (fps 15)
  38. (hitbox 45 2 20 35)
  39. (loops 1)
  40. (images "crystallo-fall-0.png"
  41. "crystallo-fall-1.png"
  42. "crystallo-fall-2.png"
  43. "crystallo-fall-3.png"
  44. "crystallo-fall-4.png"
  45. "crystallo-fall-5.png"
  46. "crystallo-fall-6.png"
  47. "crystallo-fall-7.png"
  48. "crystallo-fall-6.png"
  49. "crystallo-fall-8.png"
  50. "crystallo-fall-9.png"
  51. "crystallo-fall-8.png"))
  52. (action
  53. (name "detected-right")
  54. (fps 15)
  55. (hitbox 35 2 20 35)
  56. (loops 1)
  57. (mirror-action "detected-left"))
  58. (action
  59. (name "fall-left")
  60. (hitbox 45 2 20 35)
  61. (images "crystallo-fall-10.png"))
  62. (action
  63. (name "fall-right")
  64. (hitbox 35 2 20 35)
  65. (mirror-action "fall-left"))
  66. )