eye_glow.sprite 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 9 12 32 32)
  5. (fps 11)
  6. (images "../../vicious_ivy/corrupted/eye_glow-0.png"
  7. "../../vicious_ivy/corrupted/eye_glow-1.png"
  8. "../../vicious_ivy/corrupted/eye_glow-2.png"
  9. "../../vicious_ivy/corrupted/eye_glow-3.png"
  10. "../../vicious_ivy/corrupted/eye_glow-4.png"
  11. "../../vicious_ivy/corrupted/eye_glow-5.png"
  12. "../../vicious_ivy/corrupted/eye_glow-6.png"
  13. "../../vicious_ivy/corrupted/eye_glow-7.png")
  14. )
  15. (action
  16. (name "right")
  17. (hitbox 19 12 32 32)
  18. (fps 11)
  19. (mirror-action "left")
  20. )
  21. (action
  22. (name "float-left")
  23. (hitbox 14 12 32 32)
  24. (fps 11)
  25. (images "../../vicious_ivy/corrupted/eye_glow-8.png"
  26. "../../vicious_ivy/corrupted/eye_glow-9.png"
  27. "../../vicious_ivy/corrupted/eye_glow-10.png"
  28. "../../vicious_ivy/corrupted/eye_glow-11.png"
  29. "../../vicious_ivy/corrupted/eye_glow-11.png"
  30. "../../vicious_ivy/corrupted/eye_glow-11.png"
  31. "../../vicious_ivy/corrupted/eye_glow-10.png"
  32. "../../vicious_ivy/corrupted/eye_glow-9.png")
  33. )
  34. (action
  35. (name "float-right")
  36. (hitbox 20 12 32 32)
  37. (fps 11)
  38. (mirror-action "float-left")
  39. )
  40. (action
  41. (name "iced-left")
  42. (hitbox 9 12 32 32)
  43. (images "../../vicious_ivy/corrupted/eye_glow-2.png")
  44. )
  45. (action
  46. (name "iced-right")
  47. (hitbox 19 12 32 32)
  48. (mirror-action "iced-left")
  49. )
  50. (action
  51. (name "burning-left")
  52. (hitbox 9 12 32 32)
  53. (fps 15)
  54. (images "../../vicious_ivy/corrupted/eye_glow-0.png"))
  55. (action
  56. (name "burning-right")
  57. (hitbox 9 12 32 32)
  58. (mirror-action "burning-left")
  59. )
  60. )