]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Modify and add stack sprites for wood (#14684)
authorMisterMecky <mrmecky@hotmail.com>
Fri, 24 Mar 2023 02:26:19 +0000 (10:26 +0800)
committerGitHub <noreply@github.com>
Fri, 24 Mar 2023 02:26:19 +0000 (22:26 -0400)
Resources/Prototypes/Entities/Objects/Materials/materials.yml
Resources/Textures/Objects/Materials/materials.rsi/meta.json
Resources/Textures/Objects/Materials/materials.rsi/wood.png
Resources/Textures/Objects/Materials/materials.rsi/wood_2.png [new file with mode: 0644]
Resources/Textures/Objects/Materials/materials.rsi/wood_3.png [new file with mode: 0644]

index 6d39dfce6f42e0fafdc7fafcc74a3781b2d4512d..f6f1b9efc7cf9d1ca2eb3c1bbbaa057e7c1576e9 100644 (file)
     stackType: WoodPlank
   - type: Sprite
     state: wood
+  - type: Appearance
+    visuals:
+    - type: StackVisualizer
+      stackLayers:
+      - wood
+      - wood_2
+      - wood_3
   - type: Item
     heldPrefix: wood
 
index 9ce14001b7299a06c8f2a1b476d64ebbefcdc36d..c5a4f89be174ccbc1b5d4f5a568fc9007f106111 100644 (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
     {
       "name": "wood"
     },
+    {
+      "name": "wood_2"
+    },
+    {
+      "name": "wood_3"
+    },
     {
       "name": "wood-inhand-left",
       "directions": 4
index 57d8ccafb0971f47f566a4ceafef7d6dab850fa0..176d456ca7c3ae4a2a722aa7999a096f6b489522 100644 (file)
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 (file)
index 0000000..ce7c731
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 (file)
index 0000000..9b5ba4c
Binary files /dev/null and b/Resources/Textures/Objects/Materials/materials.rsi/wood_3.png differ