right.sprite 398 B

1234567891011121314151617181920212223242526272829303132
  1. (supertux-sprite
  2. (action
  3. (name "off")
  4. (hitbox 0 2 20 43)
  5. (images
  6. "right-0.png"
  7. )
  8. )
  9. (action
  10. (name "turnon")
  11. (hitbox 0 2 20 43)
  12. (images
  13. "right-1.png"
  14. )
  15. )
  16. (action
  17. (name "on")
  18. (hitbox 0 2 20 43)
  19. (images
  20. "right-2.png"
  21. )
  22. )
  23. (action
  24. (name "turnoff")
  25. (hitbox 0 2 20 43)
  26. (images
  27. "right-1.png"
  28. )
  29. )
  30. )