meta.json 551 B

12345678910111213141516171819202122232425
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from Frontier Station, created by Tem Armoff https://github.com/new-frontiers-14/frontier-station-14/pull/484/files",
  9. "states": [
  10. {
  11. "name": "scanner",
  12. "directions": 1,
  13. "delays": [
  14. [
  15. 0.4,
  16. 0.4
  17. ]
  18. ]
  19. },
  20. {
  21. "name": "icon",
  22. "directions": 1
  23. }
  24. ]
  25. }