small_wood.sprite 327 B

1234567891011121314151617181920212223242526
  1. (supertux-sprite
  2. (action
  3. (name "normal")
  4. (images
  5. "small.png"
  6. )
  7. )
  8. (action
  9. (name "dissolve")
  10. (fps 8)
  11. (images
  12. "smallb.png"
  13. "smallc.png"
  14. "smalld.png"
  15. "smalle.png"
  16. )
  17. )
  18. ; (action
  19. ; (name "fall-down")
  20. ; (fps 1)
  21. ; (images
  22. ; "smalle.png"
  23. ; )
  24. ; )
  25. )