meta.json 727 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "version": 1,
  3. "license": "AGPLv3",
  4. "copyright": "Taken from Civilization 13 https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 64,
  7. "y": 64
  8. },
  9. "states": [
  10. {
  11. "name": "tree_1"
  12. },
  13. {
  14. "name": "tree_2"
  15. },
  16. {
  17. "name": "tree_3"
  18. },
  19. {
  20. "name": "tree_4"
  21. },
  22. {
  23. "name": "tree_5"
  24. },
  25. {
  26. "name": "cactus",
  27. "directions": 4
  28. },
  29. {
  30. "name": "african_acacia"
  31. },
  32. {
  33. "name": "african_acaciaX"
  34. },
  35. {
  36. "name": "med_pine"
  37. },
  38. {
  39. "name": "cherry_blossom_1"
  40. },
  41. {
  42. "name": "cherry_blossom_2"
  43. },
  44. {
  45. "name": "cherry_blossom_3"
  46. },
  47. {
  48. "name": "cherry_blossom_4"
  49. }
  50. ]
  51. }