From 4796b15328147eaa707de05c7df5e8d9993fbb1f Mon Sep 17 00:00:00 2001 From: JustAGenericUsername Date: Fri, 9 Feb 2024 19:57:48 -0500 Subject: [PATCH 1/2] the nothing update --- mods/nousersthings.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 3a674500..9cb4cce2 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2072,4 +2072,23 @@ elements.outliner = { changePixel(pixel, pixel.changeElem) } } +} +textures.transparency = [ + "wwwggg", + "wwwggg", + "wwwggg", + "gggwww", + "gggwww", + "gggwww" +] +elements.transparency = { + color: ["#d9d9d9", "#828282"], + colorPattern: textures.transparency, + colorKey: { + "g": "#D4D4D4", + "w": "#ffffff" + }, + behavior: behaviors.WALL, + category: "special", + state: "solid" } \ No newline at end of file From e6ef1e1eec0fca6b4c634f6eae0b7980ea161c65 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername Date: Fri, 9 Feb 2024 19:59:12 -0500 Subject: [PATCH 2/2] adsadasd --- mods/nousersthings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 9cb4cce2..003d7061 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2082,7 +2082,7 @@ textures.transparency = [ "gggwww" ] elements.transparency = { - color: ["#d9d9d9", "#828282"], + color: ["#d4d4d4", "#ffffff"], colorPattern: textures.transparency, colorKey: { "g": "#D4D4D4",