Add an inhand sprite to the syndicate jaws of life (#24583)

* commit

* fix fucking pixel
This commit is contained in:
icekot8
2024-01-27 05:27:14 +03:00
committed by GitHub
parent e3b47a9032
commit 15edca2cf2
4 changed files with 14 additions and 1 deletions

View File

@@ -57,6 +57,11 @@
sprite: Objects/Tools/jaws_of_life.rsi sprite: Objects/Tools/jaws_of_life.rsi
state: syn_jaws_pry state: syn_jaws_pry
- type: Item - type: Item
inhandVisuals:
left:
- state: syn_inhand-left
right:
- state: syn_inhand-right
size: Normal size: Normal
- type: Tool - type: Tool
qualities: qualities:

View File

@@ -1,7 +1,7 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "modified from tgstation at commit https://github.com/tgstation/tgstation/commit/f07f847706d85b7cfa4b398e5175732212b69a63 by KingFroozy (Github)", "copyright": "modified from tgstation at commit https://github.com/tgstation/tgstation/commit/f07f847706d85b7cfa4b398e5175732212b69a63 by KingFroozy (Github), inhand for syn made by icekot8",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
@@ -27,6 +27,14 @@
"name": "inhand-right", "name": "inhand-right",
"directions": 4 "directions": 4
}, },
{
"name": "syn_inhand-left",
"directions": 4
},
{
"name": "syn_inhand-right",
"directions": 4
},
{ {
"name": "equipped-BELT", "name": "equipped-BELT",
"directions": 4 "directions": 4

Binary file not shown.

After

Width:  |  Height:  |  Size: 502 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B