meta.json 630 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "version": 1,
  3. "license": "AGPL-3.0",
  4. "copyright": "Exported from https://github.com/civ13/civ13",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "coaxflam",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.1,
  16. 0.1,
  17. 0.1,
  18. 0.1
  19. ],
  20. [
  21. 0.1,
  22. 0.1,
  23. 0.1,
  24. 0.1
  25. ],
  26. [
  27. 0.1,
  28. 0.1,
  29. 0.1,
  30. 0.1
  31. ],
  32. [
  33. 0.1,
  34. 0.1,
  35. 0.1,
  36. 0.1
  37. ]
  38. ]
  39. },
  40. {
  41. "name": "icon",
  42. "directions": 1
  43. }
  44. ]
  45. }