meta.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432, Floodlight inhand sprites by onesch",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "bananalamp",
  12. "directions": 4
  13. },
  14. {
  15. "name": "bananalamp_on",
  16. "directions": 4
  17. },
  18. {
  19. "name": "floodlight"
  20. },
  21. {
  22. "name": "off-inhand-left",
  23. "directions": 4
  24. },
  25. {
  26. "name": "off-inhand-right",
  27. "directions": 4
  28. },
  29. {
  30. "name": "floodlight-on"
  31. },
  32. {
  33. "name": "on-inhand-left",
  34. "directions": 4
  35. },
  36. {
  37. "name": "on-inhand-right",
  38. "directions": 4
  39. },
  40. {
  41. "name": "floodlight_burned"
  42. },
  43. {
  44. "name": "floodlight-broken"
  45. },
  46. {
  47. "name": "floodlight-broken-inhand-left",
  48. "directions": 4
  49. },
  50. {
  51. "name": "floodlight-broken-inhand-right",
  52. "directions": 4
  53. }
  54. ]
  55. }