Cleans up backpack prototypes/rsis (#2002)

* Backpack rsis up to snuff

* Readds holding meta.json

* Updated bag of holdings license

* Backpacks prototype now clean
This commit is contained in:
Swept
2020-09-02 09:53:28 +00:00
committed by GitHub
parent 6a4b856961
commit 77057ac499
32 changed files with 65 additions and 57 deletions

View File

Before

Width:  |  Height:  |  Size: 270 B

After

Width:  |  Height:  |  Size: 270 B

View File

@@ -1,24 +1,26 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/547852588166c8e091b441e4e67169e156bb09c1",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "captain-inhand-right",
"directions": 4
},
{
"name": "captain",
"name": "icon",
"directions": 1
},
{
"name": "captain-equipped-BACKPACK",
"name": "equipped-BACKPACK",
"directions": 4
},
{
"name": "captain-inhand-left",
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
}
]