the nothing update

This commit is contained in:
JustAGenericUsername 2024-02-09 19:57:48 -05:00
parent 0c8fb0f914
commit 4796b15328
1 changed files with 19 additions and 0 deletions

View File

@ -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"
}