meta.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "version": 1,
  3. "size": {
  4. "x": 32,
  5. "y": 32
  6. },
  7. "license": "CC-BY-SA-3.0",
  8. "copyright": "Taken from tgStation at commit https://github.com/tgstation/tgstation/blob/4a367160a204db4c5b51c1f811a3b899f0bde3ea/icons/obj/stationobjs.dmi and repaletted using old tg sprites by mirrorcult, portal-artifact recolored by TheShuEd",
  9. "states": [
  10. {
  11. "name": "portal-blue",
  12. "delays": [
  13. [
  14. 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1,
  15. 0.1, 0.1
  16. ]
  17. ]
  18. },
  19. {
  20. "name": "portal-red",
  21. "delays": [
  22. [
  23. 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1,
  24. 0.1, 0.1
  25. ]
  26. ]
  27. },
  28. {
  29. "name": "portal-artifact",
  30. "delays": [
  31. [
  32. 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1,
  33. 0.1, 0.1
  34. ]
  35. ]
  36. }
  37. ]
  38. }