bonusblock.sprite 593 B

1234567891011121314151617181920212223242526
  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. (images "empty.png"))
  19. (action
  20. (name "on")
  21. (images "on.png"))
  22. (action
  23. (name "off")
  24. (images "off.png"))
  25. )