bsod.sprite 653 B

1234567891011121314151617181920212223242526272829303132333435
  1. (supertux-sprite
  2. (action
  3. (name "left")
  4. (hitbox 3 4 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 "default")
  16. (hitbox 3 4 32 32)
  17. (mirror-action "left")
  18. )
  19. (action
  20. (name "right")
  21. (hitbox 3 4 32 32)
  22. (mirror-action "left")
  23. )
  24. (action
  25. (name "squished-left")
  26. (hitbox 1 -19 31.8 31.8)
  27. (images "bsod-squished.png")
  28. )
  29. (action
  30. (name "squished-right")
  31. (hitbox 1 -19 31.8 31.8)
  32. (mirror-action "squished-left")
  33. )
  34. )