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