Copyright Pass/Pruning | Part 2 - Objects (#3905)
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user