meta.json 759 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, christmaslamp by Alekshhh (Github)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "lamp",
  12. "directions": 4
  13. },
  14. {
  15. "name": "christmaslamp"
  16. },
  17. {
  18. "name": "christmaslamp-on"
  19. },
  20. {
  21. "name": "lamp-on",
  22. "directions": 4
  23. },
  24. {
  25. "name": "off-inhand-left",
  26. "directions": 4
  27. },
  28. {
  29. "name": "off-inhand-right",
  30. "directions": 4
  31. },
  32. {
  33. "name": "on-inhand-left",
  34. "directions": 4
  35. },
  36. {
  37. "name": "on-inhand-right",
  38. "directions": 4
  39. }
  40. ]
  41. }