bigger grid

This commit is contained in:
wass08
2026-02-06 09:39:47 +09:00
parent 541e9a2f85
commit f823842a08
+1 -1
View File
@@ -48,7 +48,7 @@ export default function Editor() {
{/* Editor only system to toggle zone visibility */} {/* Editor only system to toggle zone visibility */}
<ZoneSystem /> <ZoneSystem />
{/* <Stats /> */} {/* <Stats /> */}
<Grid cellColor="#aaa" sectionColor="#ccc" fadeDistance={100} /> <Grid cellColor="#aaa" sectionColor="#ccc" fadeDistance={500} />
<ToolManager /> <ToolManager />
<CustomCameraControls /> <CustomCameraControls />
</Viewer> </Viewer>