Modify and add stack sprites for wood (#14684)

This commit is contained in:
MisterMecky
2023-03-24 10:26:19 +08:00
committed by GitHub
parent 1db612f478
commit fba633a6b1
5 changed files with 14 additions and 1 deletions

View File

@@ -108,6 +108,13 @@
stackType: WoodPlank
- type: Sprite
state: wood
- type: Appearance
visuals:
- type: StackVisualizer
stackLayers:
- wood
- wood_2
- wood_3
- type: Item
heldPrefix: wood

View File

@@ -1,7 +1,7 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 , bear pelt remade by Alekshhh",
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24 , bear pelt remade by Alekshhh, wood sprite modified by MisterMecky, wood_2 and wood_3 made by MisterMecky based on wood sprite.",
"size": {
"x": 32,
"y": 32
@@ -113,6 +113,12 @@
{
"name": "wood"
},
{
"name": "wood_2"
},
{
"name": "wood_3"
},
{
"name": "wood-inhand-left",
"directions": 4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 335 B

After

Width:  |  Height:  |  Size: 346 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 B