From: Riley constable <6167268+Violet754@users.noreply.github.com> Date: Thu, 23 Mar 2023 16:12:33 +0000 (-0700) Subject: Added light post sprites (#14533) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5fcac6cac51c94d715c2e2e64c116104c786ade5;p=space-station-14.git Added light post sprites (#14533) --- diff --git a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/broken.png b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/broken.png index 64c6ae6add..8acd1a859c 100644 Binary files a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/broken.png and b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/broken.png differ diff --git a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/burnt.png b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/burnt.png new file mode 100644 index 0000000000..ef59d2235a Binary files /dev/null and b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/burnt.png differ diff --git a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/empty.png b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/empty.png index 64c6ae6add..e28c20cc0b 100644 Binary files a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/empty.png and b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/empty.png differ diff --git a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/meta.json b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/meta.json index 081aca2681..25064edf45 100644 --- a/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/meta.json +++ b/Resources/Textures/Structures/Lighting/LightPosts/small_light_post.rsi/meta.json @@ -5,7 +5,7 @@ "y": 32 }, "license": "CC-BY-SA-3.0", - "copyright": "By Peptide90 for SS14", + "copyright": "By Peptide90 for SS14. empy, broken and burnt versions by Nekomancer.", "states": [ { "name": "off" @@ -18,6 +18,9 @@ }, { "name": "broken" - } + }, + { + "name": "burnt" + } ] }