meta.json 730 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "pipe-t",
  12. "directions": 4
  13. },
  14. {
  15. "name": "pipe-u",
  16. "directions": 4
  17. },
  18. {
  19. "name": "pipe-d",
  20. "directions": 4
  21. },
  22. {
  23. "name": "pipe-b",
  24. "directions": 4
  25. },
  26. {
  27. "name": "s_pipe",
  28. "directions": 4
  29. },
  30. {
  31. "name": "s_pipe_turn",
  32. "directions": 4
  33. },
  34. {
  35. "name": "s_pipe_connection4_thin"
  36. },
  37. {
  38. "name": "s_pipe2_thin",
  39. "directions": 4
  40. },
  41. {
  42. "name": "s_pipe_connection3_thin",
  43. "directions": 4
  44. }
  45. ]
  46. }