meta.json 756 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from Baystation12 at https://github.com/Baystation12/Baystation12/tree/17e84546562b97d775cb26790a08e6d87e7f8077 and heavily modified by Flareguy for Space Station 14. Inhands by carousel",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "tablet"
  12. },
  13. {
  14. "name": "tabletsol"
  15. },
  16. {
  17. "name": "generic",
  18. "delays": [
  19. [
  20. 0.3,
  21. 0.3
  22. ]
  23. ]
  24. },
  25. {
  26. "name": "inhand-left",
  27. "directions": 4
  28. },
  29. {
  30. "name": "inhand-right",
  31. "directions": 4
  32. }
  33. ]
  34. }