meta.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "version": 1,
  3. "license": "CC-BY-SA-3.0",
  4. "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/9ddb8cf084e292571d4e9c79745db25befbd82fe. pai-searching-overlay heavily modified. Syndicate variants by fedKotikeD, and potato by Doru991",
  5. "size": {
  6. "x": 32,
  7. "y": 32
  8. },
  9. "states": [
  10. {
  11. "name": "icon-pai-off"
  12. },
  13. {
  14. "name": "pai-base"
  15. },
  16. {
  17. "name": "potato-base"
  18. },
  19. {
  20. "name": "pai-off-overlay"
  21. },
  22. {
  23. "name": "pai-on-overlay",
  24. "delays": [
  25. [
  26. 0.8,
  27. 0.8
  28. ]
  29. ]
  30. },
  31. {
  32. "name": "pai-searching-overlay",
  33. "delays": [
  34. [
  35. 0.8,
  36. 0.8
  37. ]
  38. ]
  39. },
  40. {
  41. "name": "syndicate-icon-pai-off"
  42. },
  43. {
  44. "name": "syndicate-pai-off-overlay"
  45. },
  46. {
  47. "name": "syndicate-pai-on-overlay",
  48. "delays": [
  49. [
  50. 0.8,
  51. 0.8
  52. ]
  53. ]
  54. },
  55. {
  56. "name": "syndicate-pai-searching-overlay",
  57. "delays": [
  58. [
  59. 0.8,
  60. 0.8
  61. ]
  62. ]
  63. },
  64. {
  65. "name": "icon-potato-off"
  66. },
  67. {
  68. "name": "potato-off-overlay"
  69. },
  70. {
  71. "name": "potato-on-overlay"
  72. },
  73. {
  74. "name": "potato-searching-overlay"
  75. }
  76. ]
  77. }