crystallo.sprite 907 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 14)
  5. (hitbox 8 9 32 20)
  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 9 32 20)
  18. (mirror-action "left"))
  19. (action
  20. (name "slowdown-left")
  21. (fps 5)
  22. (hitbox 8 9 32 20)
  23. (clone-action "left"))
  24. (action
  25. (name "slowdown-right")
  26. (fps 5)
  27. (hitbox 8 9 32 20)
  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 "editor")
  37. (hitbox 100 7 135 20)
  38. (images "crystallo-editor.png"))
  39. )