crystallo.sprite 551 B

1234567891011121314151617181920212223242526272829
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 0 7 35 20)
  5. (images "crystallo-left-0.png"
  6. "crystallo-left-1.png"
  7. "crystallo-left-0.png"
  8. "crystallo-left-2.png")
  9. )
  10. (action
  11. (hitbox 0 7 35 20)
  12. (name "right")
  13. (mirror-action "left")
  14. )
  15. (action
  16. (name "shattered-left")
  17. (images "shattered-left.png")
  18. )
  19. (action
  20. (name "shattered-right")
  21. (mirror-action "shattered-left")
  22. )
  23. (action
  24. (name "editor")
  25. (hitbox 100 7 135 20)
  26. (images "crystallo-editor.png")
  27. )
  28. )