meta.json 979 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/31d88c7454e429a64fbae4a9f7b4aecaf838e9a1",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "crema_active_light",
  12. "directions": 4
  13. },
  14. {
  15. "name": "crema_closed",
  16. "directions": 4
  17. },
  18. {
  19. "name": "crema_contents_light",
  20. "directions": 4
  21. },
  22. {
  23. "name": "crema_open",
  24. "directions": 4
  25. },
  26. {
  27. "name": "crema_tray",
  28. "directions": 4
  29. },
  30. {
  31. "name": "morgue_closed",
  32. "directions": 4
  33. },
  34. {
  35. "name": "morgue_nomob_light",
  36. "directions": 4
  37. },
  38. {
  39. "name": "morgue_nosoul_light",
  40. "directions": 4
  41. },
  42. {
  43. "name": "morgue_open",
  44. "directions": 4
  45. },
  46. {
  47. "name": "morgue_soul_light",
  48. "directions": 4
  49. },
  50. {
  51. "name": "morgue_tray",
  52. "directions": 4
  53. }
  54. ]
  55. }