meta.json 673 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/40d89d11ea4a5cb81d61dc1018b46f4e7d32c62a, modified by Veritius",
  9. "states": [
  10. {
  11. "name": "icon"
  12. },
  13. {
  14. "name": "vehicle",
  15. "directions": 4,
  16. "delays": [
  17. [
  18. 0.2,
  19. 0.2,
  20. 0.2
  21. ],
  22. [
  23. 0.2,
  24. 0.2,
  25. 0.2
  26. ],
  27. [
  28. 0.2,
  29. 0.2,
  30. 0.2
  31. ],
  32. [
  33. 0.2,
  34. 0.2,
  35. 0.2
  36. ]
  37. ]
  38. },
  39. {
  40. "name": "keys"
  41. }
  42. ]
  43. }