Update electronicDisplayBoard.ts

This commit is contained in:
syuilo 2026-04-30 21:20:55 +09:00 committed by GitHub
commit 90ff3d79d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -44,7 +44,7 @@ export const electronicDisplayBoard = defineObject({
const texLoading = Promise.withResolvers<void>();
const tex = new BABYLON.Texture('/client-assets/room/textures/dot-matrix-chars.png', scene, false, false, undefined, () => {
tex.level = 3;
tex.level = 2;
textMaterial.emissiveTexture = tex;
textMaterial.albedoTexture = tex;
textMaterial.disableLighting = true;