meta.json 578 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from https://github.com/tgstation/tgstation at f349b842c84f500399bd5673e5e34a6bc45b001a, direct dmi link https://github.com/tgstation/tgstation/blob/f349b842c84f500399bd5673e5e34a6bc45b001a/icons/obj/stationobjs.dmi",
  9. "states": [
  10. {
  11. "name": "on"
  12. },
  13. {
  14. "name": "off"
  15. },
  16. {
  17. "name": "select",
  18. "delays": [
  19. [
  20. 0.1,
  21. 0.1,
  22. 0.1,
  23. 0.1,
  24. 0.1,
  25. 0.1,
  26. 0.1
  27. ]
  28. ]
  29. }
  30. ]
  31. }