inviswall now insulates
This commit is contained in:
parent
9d18b31473
commit
a6a6393c62
|
|
@ -14,7 +14,8 @@ elements.invisible_wall = {
|
||||||
var rgbValue = "rgb("+backgroundColor.r+","+backgroundColor.g+","+backgroundColor.b+")";
|
var rgbValue = "rgb("+backgroundColor.r+","+backgroundColor.g+","+backgroundColor.b+")";
|
||||||
pixel.color = rgbValue;
|
pixel.color = rgbValue;
|
||||||
},
|
},
|
||||||
|
insulate: true,
|
||||||
hardness: 1,
|
hardness: 1,
|
||||||
category: "special",
|
category: "special",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue