meta.json 384 B

1234567891011121314151617181920212223242526
  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": "EStaff On In-Slot",
  12. "delays": [
  13. [
  14. 0.1,
  15. 0.1,
  16. 0.1
  17. ]
  18. ],
  19. "directions": 4
  20. },
  21. {
  22. "name": "icon",
  23. "directions": 4
  24. }
  25. ]
  26. }