Merchant Seas Game
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
368 B

  1. List((
  2. texture_width: 512,
  3. texture_height: 432,
  4. sprites: [
  5. (
  6. x: 0,
  7. y: 0,
  8. width: 256,
  9. height: 144,
  10. ),
  11. (
  12. x: 0,
  13. y: 144,
  14. width: 256,
  15. height: 144,
  16. ),
  17. (
  18. x: 0,
  19. y: 288,
  20. width: 256,
  21. height: 144,
  22. ),
  23. (
  24. x: 256,
  25. y: 0,
  26. width: 256,
  27. height: 144,
  28. ),
  29. (
  30. x: 256,
  31. y: 144,
  32. width: 256,
  33. height: 144,
  34. ),
  35. ],
  36. ))