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