bonusblock.sprite 711 B

1234567891011121314151617181920212223242526272829
  1. (supertux-sprite
  2. (action
  3. (fps 15)
  4. (name "normal")
  5. (images "full-0.png"
  6. "full-1.png"
  7. "full-2.png"
  8. "full-3.png"
  9. "full-4.png"
  10. "full-2.png"
  11. "full-1.png"
  12. "full-0.png"
  13. "full-0.png"
  14. "full-0.png"
  15. ))
  16. (action
  17. (name "empty")
  18. (surfaces
  19. (surface
  20. (diffuse-texture (file "empty.png"))
  21. (displacement-texture (file "displacement.png")))))
  22. (action
  23. (name "on")
  24. (images "on.png"))
  25. (action
  26. (name "off")
  27. (images "off.png"))
  28. )