inviswall now insulates

This commit is contained in:
O-01-67 2022-05-20 19:22:07 -04:00 committed by GitHub
parent 9d18b31473
commit a6a6393c62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ elements.invisible_wall = {
var rgbValue = "rgb("+backgroundColor.r+","+backgroundColor.g+","+backgroundColor.b+")";
pixel.color = rgbValue;
},
insulate: true,
hardness: 1,
category: "special",
state: "solid",
};
};