meta.json 746 B

123456789101112131415161718192021222324252627282930313233
  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, Inhand sprites by onesch",
  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. "name": "inhand-left",
  26. "directions": 4
  27. },
  28. {
  29. "name": "inhand-right",
  30. "directions": 4
  31. }
  32. ]
  33. }