Merge pull request #339 from JustAGenericUsername/main

the nothing update
This commit is contained in:
slweeb 2024-02-10 18:07:24 -05:00 committed by GitHub
commit 265fe49268
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: ["#d4d4d4", "#ffffff"],
colorPattern: textures.transparency,
colorKey: {
"g": "#D4D4D4",
"w": "#ffffff"
},
behavior: behaviors.WALL,
category: "special",
state: "solid"
}