Files
OldThink/Resources/Textures/Objects/Weapons/Grenades/modular.rsi/meta.json
Jabak dbc492f3f3 Revert "Upstream (#148)"
This reverts commit 9f00d4b9aa.
2024-10-22 22:47:57 +03:00

35 lines
641 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/29c0ed1b000619cb5398ef921000a8d4502ba0b6 and modified by Swept",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "empty",
"directions": 1
},
{
"name": "wired",
"directions": 1
},
{
"name": "no-payload",
"directions": 1
},
{
"name": "complete",
"directions": 1
},
{
"name": "primed",
"directions": 1,
"delays": [
[ 0.2, 0.2 ]
]
}
]
}