Add mining drill inhand sprites (#22494)

This commit is contained in:
themias
2023-12-14 11:47:48 -05:00
committed by GitHub
parent a12e0fedb2
commit 6ef2673c8a
3 changed files with 9 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-NC-SA-3.0", "license": "CC-BY-NC-SA-3.0",
"copyright": "Taken from goonstation at commit https://github.com/goonstation/goonstation/commit/2ce04dea2495ed19aeca4b6b42bf59fef2b4dd37", "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/8fdee6e4e3dacdb7a12efaac132933dc0fc649b4",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -9,6 +9,14 @@
"states": [ "states": [
{ {
"name": "handdrill" "name": "handdrill"
},
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
} }
] ]
} }