meta.json 397 B

12345678910111213141516171819202122232425262728
  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": "taser_empty",
  12. "delays": [
  13. [
  14. 0.1,
  15. 0.1
  16. ]
  17. ]
  18. },
  19. {
  20. "name": "icon",
  21. "directions": 1
  22. },
  23. {
  24. "name": "open",
  25. "directions": 1
  26. }
  27. ]
  28. }