1
0

meta.json 566 B

1234567891011121314151617181920212223242526272829303132333435
  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": "railing1",
  12. "directions": 4
  13. },
  14. {
  15. "name": "railing0",
  16. "directions": 4
  17. },
  18. {
  19. "name": "corneroverlay",
  20. "directions": 4
  21. },
  22. {
  23. "name": "frontoverlay_l",
  24. "directions": 4
  25. },
  26. {
  27. "name": "frontoverlay_r",
  28. "directions": 4
  29. },
  30. {
  31. "name": "mcorneroverlay",
  32. "directions": 4
  33. }
  34. ]
  35. }