From 4bef71e0cf39ab5f2db45c147d6ab7bbc80e756c Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期二, 20 八月 2024 16:06:14 +0800
Subject: [PATCH] #
---
src/components/house.jsx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/house.jsx b/src/components/house.jsx
index 293604d..3bb80e4 100644
--- a/src/components/house.jsx
+++ b/src/components/house.jsx
@@ -9,7 +9,7 @@
const House = (props) => {
const {
wallThickness = 2,
- wallOpacity = .6,
+ wallOpacity = .9,
width = DEBUG ? 14000 : 1400,
length = DEBUG ? 12000 : 1200,
height = DEBUG ? 4000 : 400,
--
Gitblit v1.9.1