#
luxiaotao1123
2024-08-14 a561c91ea99f11f2720e13dbe25b2eb32770bf8e
src/components/house.jsx
@@ -9,7 +9,7 @@
const House = (props) => {
  const {
    wallThickness = 2,
    wallOpacity = 1,
    wallOpacity = .9,
    width = DEBUG ? 14000 : 1400,
    length = DEBUG ? 12000 : 1200,
    height = DEBUG ? 4000 : 400,