From: onesch <118821520+onesch@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:44:48 +0000 (+0400) Subject: Warden headdresses In-hand Sprites (#33521) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=842bbeb85f83242a9179476b8dbc23b38d8c146e;p=space-station-14.git Warden headdresses In-hand Sprites (#33521) * Adds in-hand sprites to the warden beret. * Adds in-hand sprites to the warden cap. * resprite in-hand sprites to the warden cap. --- diff --git a/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/inhand-left.png new file mode 100644 index 0000000000..4be10fd588 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/inhand-right.png new file mode 100644 index 0000000000..cc9de31ffc Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/meta.json index 7bd2e3e22a..081fff118c 100644 --- a/Resources/Textures/Clothing/Head/Hats/beret_warden.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/beret_warden.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/4f6190e2895e09116663ef282d3ce1d8b35c032e", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, Inhands by onesch", "size": { "x": 32, "y": 32 @@ -13,6 +13,15 @@ { "name": "equipped-HELMET", "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] } + \ No newline at end of file diff --git a/Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-left.png b/Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-left.png new file mode 100644 index 0000000000..1c0e62caf4 Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-left.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-right.png b/Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-right.png new file mode 100644 index 0000000000..b88b84d81c Binary files /dev/null and b/Resources/Textures/Clothing/Head/Hats/warden.rsi/inhand-right.png differ diff --git a/Resources/Textures/Clothing/Head/Hats/warden.rsi/meta.json b/Resources/Textures/Clothing/Head/Hats/warden.rsi/meta.json index e953fa53d5..9749ec8915 100644 --- a/Resources/Textures/Clothing/Head/Hats/warden.rsi/meta.json +++ b/Resources/Textures/Clothing/Head/Hats/warden.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/4f6190e2895e09116663ef282d3ce1d8b35c032e, texture edited by TeaMaki (On github TeaMakiNL)", + "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/4f6190e2895e09116663ef282d3ce1d8b35c032e, texture edited by TeaMaki (On github TeaMakiNL), Inhands by onesch", "size": { "x": 32, "y": 32 @@ -13,6 +13,14 @@ { "name": "equipped-HELMET", "directions": 4 + }, + { + "name": "inhand-left", + "directions": 4 + }, + { + "name": "inhand-right", + "directions": 4 } ] }