bsod.sprite 830 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 5 8 32 32)
  5. (fps 12)
  6. (images "bsod-0.png"
  7. "bsod-1.png"
  8. "bsod-2.png"
  9. "bsod-3.png"
  10. "bsod-4.png"
  11. "bsod-5.png"
  12. "bsod-6.png"
  13. "bsod-7.png")
  14. )
  15. (action
  16. (name "right")
  17. (hitbox 5 8 32 32)
  18. (fps 12)
  19. (mirror-action "left")
  20. )
  21. (action
  22. (name "squished-left")
  23. (hitbox 1 -19 31.8 31.8)
  24. (images "bsod-squished.png")
  25. )
  26. (action
  27. (name "squished-right")
  28. (hitbox 1 -19 31.8 31.8)
  29. (mirror-action "squished-left")
  30. )
  31. (action
  32. (name "iced-left")
  33. (hitbox 0 3 45 43)
  34. (fps 12)
  35. (images "bsod-0.png"))
  36. (action
  37. (name "iced-right")
  38. (hitbox 0 3 45 43)
  39. (fps 12)
  40. (mirror-action "iced-left"))
  41. )