meta.json 580 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "broken",
  12. "delays": [
  13. [
  14. 1,
  15. 0.1,
  16. 0.1,
  17. 0.1,
  18. 0.1,
  19. 0.1
  20. ]
  21. ]
  22. },
  23. {
  24. "name": "panel",
  25. "directions": 4
  26. },
  27. {
  28. "name": "unlit",
  29. "directions": 4
  30. },
  31. {
  32. "name": "icon",
  33. "directions": 4
  34. }
  35. ]
  36. }