fishbox_digit.sprite 792 B

123456789101112131415161718192021222324252627282930313233
  1. (supertux-sprite
  2. (action
  3. (name "0")
  4. (images "fishbox_counter-0.png"))
  5. (action
  6. (name "1")
  7. (images "fishbox_counter-1.png"))
  8. (action
  9. (name "2")
  10. (images "fishbox_counter-2.png"))
  11. (action
  12. (name "3")
  13. (images "fishbox_counter-3.png"))
  14. (action
  15. (name "4")
  16. (images "fishbox_counter-4.png"))
  17. (action
  18. (name "5")
  19. (images "fishbox_counter-5.png"))
  20. (action
  21. (name "6")
  22. (images "fishbox_counter-6.png"))
  23. (action
  24. (name "7")
  25. (images "fishbox_counter-7.png"))
  26. (action
  27. (name "8")
  28. (images "fishbox_counter-8.png"))
  29. (action
  30. (name "9")
  31. (images "fishbox_counter-9.png"))
  32. )