diff --git a/engine/core/Engine.ts b/engine/core/Engine.ts index 49ab873..e14d97e 100644 --- a/engine/core/Engine.ts +++ b/engine/core/Engine.ts @@ -197,8 +197,9 @@ export class Engine { } else { this.endGame() } - } - } + } + this.videoManager.setMuted(!!scene.videoMuted) + } ) } }