diff --git a/packages/frontend/src/world/room/objects/electronicDisplayBoard.ts b/packages/frontend/src/world/room/objects/electronicDisplayBoard.ts index 6903b10975..075cd17025 100644 --- a/packages/frontend/src/world/room/objects/electronicDisplayBoard.ts +++ b/packages/frontend/src/world/room/objects/electronicDisplayBoard.ts @@ -44,7 +44,7 @@ export const electronicDisplayBoard = defineObject({ const texLoading = Promise.withResolvers(); const tex = new BABYLON.Texture('/client-assets/room/textures/dot-matrix-chars.png', scene, false, false, undefined, () => { - tex.level = 2; + tex.level = 3; textMaterial.emissiveTexture = tex; textMaterial.albedoTexture = tex; textMaterial.disableLighting = true;