#
luxiaotao1123
2024-06-06 a41b9ff62e7a809b8ec1c4b000720a1c3a7448a2
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,