meta.json 543 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from https://github.com/austation/austation/commit/e2a4fefd01e702f48d3d4cc8d6a2686d54d104fa and edited by TheShuEd",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "folded_extraction"
  12. },
  13. {
  14. "name": "extraction_point",
  15. "delays": [
  16. [
  17. 0.5,
  18. 0.5
  19. ]
  20. ]
  21. },
  22. {
  23. "name": "extraction_point_light",
  24. "delays": [
  25. [
  26. 0.5,
  27. 0.5
  28. ]
  29. ]
  30. }
  31. ]
  32. }