small fixes

This commit is contained in:
2026-03-21 22:04:48 +02:00
parent bd93436a78
commit 45074d78d2
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ import { clearObject } from './MeshUtils.js';
THREE.Cache.enabled = true
const assetPath = '/asset/default/';
const defaultLightIntensity = 22;
const defaultLightIntensity = 11;
class GameEngine extends EventManager{