corruptjumpy.sprite 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. (supertux-sprite
  2. (action
  3. (name "left-up")
  4. (loops 1)
  5. (fps 25)
  6. (hitbox 7 8 32 50)
  7. (images "corrupt_up-2.png"
  8. "corrupt_up-1.png"
  9. "corrupt_down-1.png"
  10. "corrupt_down-2.png"
  11. "corrupt_down-2.png"
  12. "corrupt_down-1.png"
  13. "corrupt_down-0.png"
  14. "corrupt_up-0.png"))
  15. (action
  16. (name "right-up")
  17. (loops 1)
  18. (fps 25)
  19. (hitbox 9 8 32 50)
  20. (mirror-action "left-up"))
  21. (action
  22. (name "left-down")
  23. (hitbox 7 8 32 50)
  24. (images "corrupt_up-3.png"))
  25. (action
  26. (name "right-down")
  27. (hitbox 9 8 32 50)
  28. (mirror-action "left-down"))
  29. (action
  30. (name "left-middle")
  31. (hitbox 7 8 32 50)
  32. (images "corrupt_up-3.png"))
  33. (action
  34. (name "right-middle")
  35. (hitbox 9 8 32 50)
  36. (mirror-action "left-middle"))
  37. (action
  38. (name "iced-left")
  39. (hitbox 2 8 45 64)
  40. (images "corrupt_up-0.png"))
  41. (action
  42. (name "iced-right")
  43. (hitbox 4 8 45 64)
  44. (mirror-action "iced-left"))
  45. (action
  46. (name "burning-left")
  47. (fps 15)
  48. (hitbox 7 8 32 50)
  49. (images "wooden-burning-0.png"
  50. "wooden-burning-1.png"
  51. "wooden-burning-2.png"
  52. "wooden-burning-3.png"
  53. "wooden-burning-4.png"
  54. "wooden-burning-5.png"
  55. "wooden-burning-6.png"
  56. "wooden-burning-7.png"
  57. "wooden-burning-8.png"
  58. "wooden-burning-9.png"
  59. "wooden-burning-10.png"))
  60. (action
  61. (name "burning-right")
  62. (hitbox 9 8 32 50)
  63. (mirror-action "burning-left"))
  64. (action
  65. (name "editor-left")
  66. (hitbox 7 8 32 50)
  67. (images "corrupt_up-0.png"))
  68. (action
  69. (name "editor-right")
  70. (hitbox 9 8 32 50)
  71. (mirror-action "editor-left"))
  72. )