emag inhand sprites (#20729)

This commit is contained in:
I.K
2023-10-04 20:46:30 -05:00
committed by GitHub
parent 13f0676c97
commit 2c69dd2df9
4 changed files with 13 additions and 1 deletions

View File

@@ -10,6 +10,8 @@
- type: Sprite - type: Sprite
sprite: Objects/Tools/emag.rsi sprite: Objects/Tools/emag.rsi
state: icon state: icon
- type: Item
sprite: Objects/Tools/emag.rsi
- type: entity - type: entity
parent: BaseItem parent: BaseItem
@@ -22,3 +24,5 @@
- type: Sprite - type: Sprite
sprite: Objects/Tools/emag.rsi sprite: Objects/Tools/emag.rsi
state: icon state: icon
- type: Item
sprite: Objects/Tools/emag.rsi

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 262 B

View File

@@ -1,12 +1,20 @@
{ {
"version": 1, "version": 1,
"license": "CC-BY-SA-3.0", "license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation wiki at https://tgstation13.org/wiki/File:Emag.png", "copyright": "Taken from tgstation wiki at https://tgstation13.org/wiki/File:Emag.png, inhand sprites modified from tgstation at commit https://github.com/tgstation/tgstation/commit/d917f4c2a088419d5c3aec7656b7ff8cebd1822e",
"size": { "size": {
"x": 32, "x": 32,
"y": 32 "y": 32
}, },
"states": [ "states": [
{
"name": "inhand-left",
"directions": 4
},
{
"name": "inhand-right",
"directions": 4
},
{ {
"name": "icon" "name": "icon"
} }