meta.json 559 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstations at https://github.com/tgstation/tgstation/blob/19da0cee1869bad0186d54d6bcd8a55ed30b9db6/icons/obj/carp_rift.dmi. icon_blue recolored by deltanedas (github)",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon",
  12. "delays": [
  13. [
  14. 0.2,
  15. 0.2,
  16. 0.2
  17. ]
  18. ]
  19. },
  20. {
  21. "name": "icon_blue",
  22. "delays": [
  23. [
  24. 0.2,
  25. 0.2,
  26. 0.2
  27. ]
  28. ]
  29. }
  30. ]
  31. }