Merge pull request #339 from JustAGenericUsername/main
the nothing update
This commit is contained in:
commit
265fe49268
|
|
@ -2073,3 +2073,22 @@ elements.outliner = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
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"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue