meta.json 782 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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": "bathtub2",
  12. "directions": 4
  13. },
  14. {
  15. "name": "w_bathtub"
  16. },
  17. {
  18. "name": "s_bathtub"
  19. },
  20. {
  21. "name": "c_bathtub"
  22. },
  23. {
  24. "name": "bathtub1",
  25. "directions": 4
  26. },
  27. {
  28. "name": "human_bathing_overlay",
  29. "directions": 4
  30. },
  31. {
  32. "name": "full_bathtub_overlay",
  33. "directions": 4
  34. },
  35. {
  36. "name": "mist"
  37. },
  38. {
  39. "name": "st_bathtub"
  40. },
  41. {
  42. "name": "full_bathtub_overlay_2_2"
  43. },
  44. {
  45. "name": "full_bathtub_overlay_2"
  46. },
  47. {
  48. "name": "b_bathtub"
  49. }
  50. ]
  51. }