From: MisterMecky Date: Fri, 24 Mar 2023 02:26:19 +0000 (+0800) Subject: Modify and add stack sprites for wood (#14684) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fba633a6b14668dfaca33735adaed0edac84bbaf;p=space-station-14.git Modify and add stack sprites for wood (#14684) --- diff --git a/Resources/Prototypes/Entities/Objects/Materials/materials.yml b/Resources/Prototypes/Entities/Objects/Materials/materials.yml index 6d39dfce6f..f6f1b9efc7 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/materials.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/materials.yml @@ -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 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/meta.json b/Resources/Textures/Objects/Materials/materials.rsi/meta.json index 9ce14001b7..c5a4f89be1 100644 --- a/Resources/Textures/Objects/Materials/materials.rsi/meta.json +++ b/Resources/Textures/Objects/Materials/materials.rsi/meta.json @@ -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 diff --git a/Resources/Textures/Objects/Materials/materials.rsi/wood.png b/Resources/Textures/Objects/Materials/materials.rsi/wood.png index 57d8ccafb0..176d456ca7 100644 Binary files a/Resources/Textures/Objects/Materials/materials.rsi/wood.png and b/Resources/Textures/Objects/Materials/materials.rsi/wood.png differ diff --git a/Resources/Textures/Objects/Materials/materials.rsi/wood_2.png b/Resources/Textures/Objects/Materials/materials.rsi/wood_2.png new file mode 100644 index 0000000000..ce7c731f57 Binary files /dev/null and b/Resources/Textures/Objects/Materials/materials.rsi/wood_2.png differ diff --git a/Resources/Textures/Objects/Materials/materials.rsi/wood_3.png b/Resources/Textures/Objects/Materials/materials.rsi/wood_3.png new file mode 100644 index 0000000000..9b5ba4ca3e Binary files /dev/null and b/Resources/Textures/Objects/Materials/materials.rsi/wood_3.png differ