Update PlayerContainer.ts

This commit is contained in:
syuilo 2026-05-31 18:39:57 +09:00
commit 7a3e27d653

View file

@ -147,6 +147,7 @@ export class PlayerContainer {
mat.metallic = 0;
mesh.material = mat;
// TODO: SRを無効にせずに表現する方法を考える
const blink = () => {
if (mesh.isDisposed()) return;
@ -165,9 +166,9 @@ export class PlayerContainer {
}, 100);
};
this.timer.setTimeout(() => {
blink();
}, Math.random() * 10000);
//this.timer.setTimeout(() => {
// blink();
//}, Math.random() * 10000);
}
if (mesh.name.includes('__MOUTH__')) {
if (mouthTex != null) {