mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update electronicDisplayBoard.ts
This commit is contained in:
parent
6fb49ab88d
commit
90ff3d79d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue