Inventory sprite rotation (#22201)

This commit is contained in:
Nemanja
2023-12-06 19:59:16 -05:00
committed by GitHub
parent 629fa48b67
commit c047f19fdc
8 changed files with 66 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/eea0599511b088fdab9d43e562210cdbd51c6a98",
"copyright": "Taken from tgstation at https://github.com/tgstation/tgstation/commit/eea0599511b088fdab9d43e562210cdbd51c6a98, storage and red-storage by Flareguy",
"size": {
"x": 32,
"y": 32
@@ -36,6 +36,12 @@
{
"name": "red-equipped-BELT",
"directions": 4
},
{
"name": "storage"
},
{
"name": "red-storage"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 371 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 334 B

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d",
"copyright": "Taken from vgstation at commit https://github.com/vgstation-coders/vgstation13/commit/1cdfb0230cc96d0ba751fa002d04f8aa2f25ad7d, storage by EmoGarbage404 (github)",
"size": {
"x": 32,
"y": 32
@@ -21,6 +21,9 @@
{
"name": "equipped-BELT",
"directions": 4
},
{
"name": "storage"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 408 B