Files
crystall-punk-14/Resources/Textures/Interface/Actions/meta.json
Vera Aguilera Puerto d81a5faac4 Adds disarm action (#2950)
* Adds disarming

* Disarm acts

* yaml

* much better icon for disarm

* Apply Remie's suggestions, improve code!
2021-01-09 20:31:34 +01:00

28 lines
568 B
JSON

{
"version": 1,
"size": {
"x": 32,
"y": 32
},
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/tgstation/tgstation/commit/3d049e69fe71a0be2133005e65ea469135d648c8",
"states": [
{
"name": "internal0",
"directions": 1
},
{
"name": "internal1",
"directions": 1
},
{
"name": "scream",
"directions": 1
},
{
"name": "disarm",
"directions": 1
}
]
}