#
luxiaotao1123
2024-06-17 6c238c4ff0fb437de1983eed6b7f340b06402341
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,