the nothing update
This commit is contained in:
parent
0c8fb0f914
commit
4796b15328
|
|
@ -2073,3 +2073,22 @@ elements.outliner = {
|
|||
}
|
||||
}
|
||||
}
|
||||
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"
|
||||
}
|
||||
Loading…
Reference in New Issue