Files
crystall-punk-14/Resources/Textures/Objects/Tools/rcl.rsi/meta.json
ike709 1f1b530870 Adds a GitHub Action to validate RSIs (#3587)
* Validate RSIs

* Fix the JSON

* Example invalid RSI

* Revert "Example invalid RSI"

This reverts commit 1905bc9d2c275818db88cd8b643e2646f70b68a1.

* Fixes an invalid identifier to show that it works on valid RSIs

* Update .github/workflows/validate-rsis.yml
2021-03-09 20:51:37 +01:00

40 lines
663 B
JSON

{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/77608a9f46b06a46f0f6b1be061755f68cc255a3",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "rcle-inhand-left",
"directions": 4
},
{
"name": "rcle-inhand-right",
"directions": 4
},
{
"name": "rcl-inhand-left",
"directions": 4
},
{
"name": "rcl-inhand-right",
"directions": 4
},
{
"name": "rcl-0"
},
{
"name": "rcl-10"
},
{
"name": "rcl-20"
},
{
"name": "rcl-30"
}
]
}