bsod.sprite 568 B

123456789101112131415161718192021222324252627282930
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 5 8 32 32)
  5. (images "bsod-0.png"
  6. "bsod-1.png"
  7. "bsod-2.png"
  8. "bsod-3.png"
  9. "bsod-4.png"
  10. "bsod-5.png"
  11. "bsod-6.png"
  12. "bsod-7.png")
  13. )
  14. (action
  15. (name "right")
  16. (hitbox 5 8 32 32)
  17. (mirror-action "left")
  18. )
  19. (action
  20. (name "squished-left")
  21. (hitbox 1 -19 31.8 31.8)
  22. (images "bsod-squished.png")
  23. )
  24. (action
  25. (name "squished-right")
  26. (hitbox 1 -19 31.8 31.8)
  27. (mirror-action "squished-left")
  28. )
  29. )