mr-candle.sprite 477 B

1234567891011121314151617181920212223242526272829303132
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (fps 14)
  5. (hitbox 43 43 15 34)
  6. (images "c1.png"
  7. "c2.png"
  8. "c3.png"
  9. "c4.png"
  10. "c5.png"
  11. "c6.png"
  12. "c7.png"
  13. "c8.png")
  14. )
  15. (action
  16. (name "right")
  17. (fps 14)
  18. (hitbox 43 43 15 34)
  19. (mirror-action "left")
  20. )
  21. (action
  22. (name "iced-left")
  23. (hitbox 27 35 15 34)
  24. (images "c-ice.png")
  25. )
  26. (action
  27. (name "iced-right")
  28. (hitbox 26 35 15 34)
  29. (mirror-action "iced-left")
  30. )
  31. )