Copyright Pass/Pruning | Part 2 - Objects (#3905)

This commit is contained in:
Swept
2021-04-29 18:09:14 +00:00
committed by GitHub
parent 84d83d1902
commit ece403ca57
258 changed files with 4773 additions and 3824 deletions

View File

@@ -1,8 +1,34 @@
{"version": 1, "size": {"x": 32, "y": 32}, "states": [
{"name": "body-overlay-2", "directions": 4},
{"name": "body-overlay-4", "directions": 4},
{"name": "handcuff"},
{"name": "inhand-left", "directions": 4},
{"name": "inhand-right", "directions": 4},
{"name": "equipped-BELT", "directions": 4}
]}
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/e1142f20f5e4661cb6845cfcf2dd69f864d67432",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "handcuff"
},
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "body-overlay-2",
"directions": 4
},
{
"name": "body-overlay-4",
"directions": 4
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]
}