meta.json 584 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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 Dual-Wield R",
  12. "directions": 4,
  13. "delays": [
  14. [
  15. 0.1,
  16. 0.1,
  17. 0.1
  18. ],
  19. [
  20. 0.1,
  21. 0.1,
  22. 0.1
  23. ],
  24. [
  25. 0.1,
  26. 0.1,
  27. 0.1
  28. ],
  29. [
  30. 0.1,
  31. 0.1,
  32. 0.1
  33. ]
  34. ]
  35. },
  36. {
  37. "name": "icon",
  38. "directions": 1
  39. }
  40. ]
  41. }