meta.json 954 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 1c7401722f397d8ac8afdd10e550c5962e0f38d4",
  9. "states": [
  10. {
  11. "name": "cold1",
  12. "directions": 1
  13. },
  14. {
  15. "name": "cold2",
  16. "directions": 1
  17. },
  18. {
  19. "name": "cold3",
  20. "directions": 1,
  21. "delays": [
  22. [
  23. 0.5,
  24. 0.5
  25. ]
  26. ]
  27. },
  28. {
  29. "name": "hot1",
  30. "directions": 1
  31. },
  32. {
  33. "name": "hot2",
  34. "directions": 1
  35. },
  36. {
  37. "name": "hot3",
  38. "directions": 1,
  39. "delays": [
  40. [
  41. 0.5,
  42. 0.5
  43. ]
  44. ]
  45. }
  46. ]
  47. }