From: Aexxie Date: Fri, 12 Jan 2024 08:00:22 +0000 (-0600) Subject: Greyscale decal tweaks + additions (#23961) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=1b8e536848676486c81cd8f6f2db378ba86486b4;p=space-station-14.git Greyscale decal tweaks + additions (#23961) * "whitescales" every marking * adds greyscale wooden trims * Texturizes steel tile overlays * Texturizes the rest * Adds yaml for the greyscale trims (whoops) --- diff --git a/Resources/Prototypes/Decals/wood_trim_thin.yml b/Resources/Prototypes/Decals/wood_trim_thin.yml index 9e3084f38d..a4cad1fcfe 100644 --- a/Resources/Prototypes/Decals/wood_trim_thin.yml +++ b/Resources/Prototypes/Decals/wood_trim_thin.yml @@ -116,3 +116,122 @@ sprite: sprite: Decals/wood_trim.rsi state: thin_line_w + +- type: decal + id: WoodTrimThinBoxGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_box_greyscale + +- type: decal + id: WoodTrimThinCornerNeGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_corner_ne_greyscale + +- type: decal + id: WoodTrimThinCornerSeGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_corner_se_greyscale + +- type: decal + id: WoodTrimThinCornerNwGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_corner_nw_greyscale + +- type: decal + id: WoodTrimThinCornerSwGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_corner_sw_greyscale + +- type: decal + id: WoodTrimThinInnerNeGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_inner_ne_greyscale + +- type: decal + id: WoodTrimThinInnerSeGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_inner_se_greyscale + +- type: decal + id: WoodTrimThinInnerNwGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_inner_nw_greyscale + +- type: decal + id: WoodTrimThinInnerSwGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_inner_sw_greyscale + +- type: decal + id: WoodTrimThinEndNGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_end_n_greyscale + +- type: decal + id: WoodTrimThinEndEGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_end_e_greyscale + +- type: decal + id: WoodTrimThinEndSGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_end_s_greyscale + +- type: decal + id: WoodTrimThinEndWGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_end_w_greyscale + +- type: decal + id: WoodTrimThinLineNGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_line_n_greyscale + +- type: decal + id: WoodTrimThinLineEGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_line_e_greyscale + +- type: decal + id: WoodTrimThinLineSGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_line_s_greyscale + +- type: decal + id: WoodTrimThinLineWGreyscale + tags: ["station", "markings"] + sprite: + sprite: Decals/wood_trim.rsi + state: thin_line_w_greyscale \ No newline at end of file diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNESW.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNESW.png index 29a59de08f..60007ce20d 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNESW.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNESW.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNWSE.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNWSE.png index 91128dceaa..71f3570ceb 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNWSE.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/checkerNWSE.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal.png index ca3214db85..a1bbd82a13 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png index 0368480e2f..3d6c6a345f 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_a.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png index 09de50242a..4b0ff11b06 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/diagonal_checker_b.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/fulltile_overlay.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/fulltile_overlay.png index 6c3bbaa867..297359045c 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/fulltile_overlay.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/fulltile_overlay.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay.png index 261d2e7477..b67f78c741 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png index a8a0174fb3..af1f727641 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_180.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png index 170ebc4e83..4224c17bed 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_270.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png index e289f67fbe..941dd97110 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/halftile_overlay_90.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/herringbone.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/herringbone.png index cb3c25c347..917b7dc775 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/herringbone.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/herringbone.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/meta.json b/Resources/Textures/Decals/Overlays/greyscale.rsi/meta.json index 4ab9b3f38a..17e975e129 100644 --- a/Resources/Textures/Decals/Overlays/greyscale.rsi/meta.json +++ b/Resources/Textures/Decals/Overlays/greyscale.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC-BY-NC-SA-3.0", - "copyright": "mirrorcult", + "copyright": "mirrorcult, texturized by aexxie", "size": { "x": 32, "y": 32 diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile.png index b128ff0599..8e2bf2a56a 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_a.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_a.png index 14a1a26fa3..76060aa39c 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_a.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_a.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_b.png index 24eef199ed..ed76414523 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_b.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_checker_b.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal.png index 37d30b7efb..ac553674f9 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_a.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_a.png index 059901cb80..912fab1d5b 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_a.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_a.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_b.png index 91273bfd8b..e769da5440 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_b.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/minitile_diagonal_b.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/mono.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/mono.png index a93e758dea..bb6e306bdf 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/mono.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/mono.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/offset.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/offset.png index 236c25e310..03d9b0e3db 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/offset.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/offset.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_a.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_a.png index e5bd85b27b..09839f5be4 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_a.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_a.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_b.png index 1d9f9556e3..7c69aa4e0b 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_b.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/offset_checker_b.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement.png index 8ee53831be..c212958e50 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_a.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_a.png index 3ec5ffc651..ae21ba0051 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_a.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_a.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_b.png index e8c39d6ac3..62e212ebc3 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_b.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_checker_b.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical.png index 00921da0d1..6305384108 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_a.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_a.png index 8fe18c62b2..edb48dcced 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_a.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_a.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_b.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_b.png index 2ff741416f..ee9a1efc28 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_b.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/pavement_vertical_checker_b.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay.png index bfdda367b8..c06af9063d 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png index 4205f469f6..ac1f00b56d 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_180.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png index 7cec69b2e8..da651e95a6 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_270.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png index c2d6b37ef9..b58aa7f8df 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/quartertile_overlay_90.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png index 92ad2abb4e..4cf4fab39a 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png index ab561dd314..35b5ce4dbc 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_180.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png index a1f87575d8..aa21e477f5 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_270.png differ diff --git a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png index e22d4bc88f..3c644d5af4 100644 Binary files a/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png and b/Resources/Textures/Decals/Overlays/greyscale.rsi/threequartertile_overlay_90.png differ diff --git a/Resources/Textures/Decals/markings.rsi/arrows_greyscale.png b/Resources/Textures/Decals/markings.rsi/arrows_greyscale.png index 707fb41ee3..3ca39b47df 100644 Binary files a/Resources/Textures/Decals/markings.rsi/arrows_greyscale.png and b/Resources/Textures/Decals/markings.rsi/arrows_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/bot_greyscale.png b/Resources/Textures/Decals/markings.rsi/bot_greyscale.png index b3e5189bd9..bff50885f3 100644 Binary files a/Resources/Textures/Decals/markings.rsi/bot_greyscale.png and b/Resources/Textures/Decals/markings.rsi/bot_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/bot_left_greyscale.png b/Resources/Textures/Decals/markings.rsi/bot_left_greyscale.png index dc838a22cc..5d120efea3 100644 Binary files a/Resources/Textures/Decals/markings.rsi/bot_left_greyscale.png and b/Resources/Textures/Decals/markings.rsi/bot_left_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/bot_right_greyscale.png b/Resources/Textures/Decals/markings.rsi/bot_right_greyscale.png index 71cc55563c..9ee5edf18d 100644 Binary files a/Resources/Textures/Decals/markings.rsi/bot_right_greyscale.png and b/Resources/Textures/Decals/markings.rsi/bot_right_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/box_greyscale.png b/Resources/Textures/Decals/markings.rsi/box_greyscale.png index 68a14242ed..822ad59787 100644 Binary files a/Resources/Textures/Decals/markings.rsi/box_greyscale.png and b/Resources/Textures/Decals/markings.rsi/box_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/caution_greyscale.png b/Resources/Textures/Decals/markings.rsi/caution_greyscale.png index 5015249e6c..4eeecc47b5 100644 Binary files a/Resources/Textures/Decals/markings.rsi/caution_greyscale.png and b/Resources/Textures/Decals/markings.rsi/caution_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/delivery_greyscale.png b/Resources/Textures/Decals/markings.rsi/delivery_greyscale.png index 3b627e7152..f9b34f4e88 100644 Binary files a/Resources/Textures/Decals/markings.rsi/delivery_greyscale.png and b/Resources/Textures/Decals/markings.rsi/delivery_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/loading_area_greyscale.png b/Resources/Textures/Decals/markings.rsi/loading_area_greyscale.png index d3e3cd9fc1..8f6b28aea8 100644 Binary files a/Resources/Textures/Decals/markings.rsi/loading_area_greyscale.png and b/Resources/Textures/Decals/markings.rsi/loading_area_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/standclear_greyscale.png b/Resources/Textures/Decals/markings.rsi/standclear_greyscale.png index a87b7b7035..eb85c24abf 100644 Binary files a/Resources/Textures/Decals/markings.rsi/standclear_greyscale.png and b/Resources/Textures/Decals/markings.rsi/standclear_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_box_greyscale.png b/Resources/Textures/Decals/markings.rsi/warn_box_greyscale.png index f86be9c173..5cecf13b06 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_box_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warn_box_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_flipped_greyscale.png b/Resources/Textures/Decals/markings.rsi/warn_corner_flipped_greyscale.png index 8b10583222..29dc5ac16d 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_flipped_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_flipped_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale.png b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale.png index 4e930c2b24..cc7c24a980 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_ne.png b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_ne.png index 4fb0ab4c50..6cec77682b 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_ne.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_ne.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_nw.png b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_nw.png index 4c7b1beab8..4f975efa93 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_nw.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_nw.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_se.png b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_se.png index 7a91a5e402..f59fc0faaf 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_se.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_se.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_sw.png b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_sw.png index 80533dfd52..330b9491ef 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_sw.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_greyscale_sw.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_ne.png b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_ne.png index 021a0a6157..7d086364aa 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_ne.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_ne.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_nw.png b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_nw.png index bdaff07a19..b56d3dff15 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_nw.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_nw.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_se.png b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_se.png index 45eb26df70..82fbc96f0a 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_se.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_se.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_sw.png b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_sw.png index 0ef46e331c..c424330f90 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_sw.png and b/Resources/Textures/Decals/markings.rsi/warn_corner_small_greyscale_sw.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale.png b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale.png index b7e1da2682..55fc9cd85c 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_e.png b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_e.png index 71bdaad4f7..770fb09668 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_e.png and b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_e.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_n.png b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_n.png index 1283d4e1a7..c6f706be75 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_n.png and b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_n.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_s.png b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_s.png index 40d563517e..2d2b933e12 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_s.png and b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_s.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_w.png b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_w.png index 07b3062943..e69342f8c6 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_w.png and b/Resources/Textures/Decals/markings.rsi/warn_end_greyscale_w.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_full_greyscale.png b/Resources/Textures/Decals/markings.rsi/warn_full_greyscale.png index 3de982e501..645211cec8 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_full_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warn_full_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_e.png b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_e.png index 4a51a3cda2..4e270d9aa8 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_e.png and b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_e.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_n.png b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_n.png index 20656441b0..b664767b07 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_n.png and b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_n.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_s.png b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_s.png index a8595a25fa..19b9f385cb 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_s.png and b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_s.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_w.png b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_w.png index 86869ec3c8..9935e0937a 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_w.png and b/Resources/Textures/Decals/markings.rsi/warn_line_greyscale_w.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warningline_greyscale.png b/Resources/Textures/Decals/markings.rsi/warningline_greyscale.png index 1cfbf4bd02..977154305e 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warningline_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warningline_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warninglinecorner_flipped_greyscale.png b/Resources/Textures/Decals/markings.rsi/warninglinecorner_flipped_greyscale.png index 631b1b6bbc..60ceb708c0 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warninglinecorner_flipped_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warninglinecorner_flipped_greyscale.png differ diff --git a/Resources/Textures/Decals/markings.rsi/warninglinecorner_greyscale.png b/Resources/Textures/Decals/markings.rsi/warninglinecorner_greyscale.png index 617a1e876d..fde1a5b647 100644 Binary files a/Resources/Textures/Decals/markings.rsi/warninglinecorner_greyscale.png and b/Resources/Textures/Decals/markings.rsi/warninglinecorner_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/meta.json b/Resources/Textures/Decals/wood_trim.rsi/meta.json index 3f4fd3e9f9..3a19d01e92 100644 --- a/Resources/Textures/Decals/wood_trim.rsi/meta.json +++ b/Resources/Textures/Decals/wood_trim.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "license": "CC0-1.0", - "copyright": "Made by github user @moonheart08", + "copyright": "Made by github user @moonheart08, greyscaled by aexxie", "size": { "x": 32, "y": 32 @@ -57,6 +57,57 @@ }, { "name": "thin_inner_sw" + }, + { + "name": "thin_box_greyscale" + }, + { + "name": "thin_corner_ne_greyscale" + }, + { + "name": "thin_corner_se_greyscale" + }, + { + "name": "thin_corner_nw_greyscale" + }, + { + "name": "thin_corner_sw_greyscale" + }, + { + "name": "thin_end_n_greyscale" + }, + { + "name": "thin_end_e_greyscale" + }, + { + "name": "thin_end_s_greyscale" + }, + { + "name": "thin_end_w_greyscale" + }, + { + "name": "thin_line_n_greyscale" + }, + { + "name": "thin_line_e_greyscale" + }, + { + "name": "thin_line_s_greyscale" + }, + { + "name": "thin_line_w_greyscale" + }, + { + "name": "thin_inner_ne_greyscale" + }, + { + "name": "thin_inner_se_greyscale" + }, + { + "name": "thin_inner_nw_greyscale" + }, + { + "name": "thin_inner_sw_greyscale" } ] } diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_box_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_box_greyscale.png new file mode 100644 index 0000000000..168dd6ba25 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_box_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_corner_ne_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_ne_greyscale.png new file mode 100644 index 0000000000..9197ca3734 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_ne_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_corner_nw_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_nw_greyscale.png new file mode 100644 index 0000000000..aaf75b049e Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_nw_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_corner_se_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_se_greyscale.png new file mode 100644 index 0000000000..6b28623009 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_se_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_corner_sw_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_sw_greyscale.png new file mode 100644 index 0000000000..6f1433d5d2 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_corner_sw_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_end_e_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_end_e_greyscale.png new file mode 100644 index 0000000000..fef04fa925 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_end_e_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_end_n_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_end_n_greyscale.png new file mode 100644 index 0000000000..a0429616cc Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_end_n_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_end_s_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_end_s_greyscale.png new file mode 100644 index 0000000000..743fc9869f Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_end_s_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_end_w_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_end_w_greyscale.png new file mode 100644 index 0000000000..1c4a4a5eca Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_end_w_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_inner_ne_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_ne_greyscale.png new file mode 100644 index 0000000000..f3a003eef4 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_ne_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_inner_nw_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_nw_greyscale.png new file mode 100644 index 0000000000..b1a77c46b8 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_nw_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_inner_se_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_se_greyscale.png new file mode 100644 index 0000000000..1fd3ec8dd4 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_se_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_inner_sw_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_sw_greyscale.png new file mode 100644 index 0000000000..e463ccedf8 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_inner_sw_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_line_e_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_line_e_greyscale.png new file mode 100644 index 0000000000..8e643841be Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_line_e_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_line_n_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_line_n_greyscale.png new file mode 100644 index 0000000000..d5611b0ca1 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_line_n_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_line_s_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_line_s_greyscale.png new file mode 100644 index 0000000000..16ca072b95 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_line_s_greyscale.png differ diff --git a/Resources/Textures/Decals/wood_trim.rsi/thin_line_w_greyscale.png b/Resources/Textures/Decals/wood_trim.rsi/thin_line_w_greyscale.png new file mode 100644 index 0000000000..9f85c6bf53 Binary files /dev/null and b/Resources/Textures/Decals/wood_trim.rsi/thin_line_w_greyscale.png differ