From 34188cbf255104a314f4f79d541047a7e0c1be89 Mon Sep 17 00:00:00 2001 From: David Kotnik Date: Mon, 5 Jan 2026 21:21:02 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIXED:=20Removed=20PrologueScene?= =?UTF-8?q?=20from=20game.js=20scene=20array.=20No=20more=20ReferenceError?= =?UTF-8?q?!=20Game=20should=20now=20start=20without=20any=20console=20err?= =?UTF-8?q?ors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game.js b/src/game.js index 04e6e03b0..a7210cefc 100644 --- a/src/game.js +++ b/src/game.js @@ -68,7 +68,7 @@ const config = { debug: false } }, - scene: [BootScene, PreloadScene, SystemsTestScene, DemoScene, DemoSceneEnhanced, TiledTestScene, StoryScene, PrologueScene, GameScene, UIScene, TownSquareScene], + scene: [BootScene, PreloadScene, SystemsTestScene, DemoScene, DemoSceneEnhanced, TiledTestScene, StoryScene, /* PrologueScene - DISABLED */, GameScene, UIScene, TownSquareScene], scale: { mode: Phaser.Scale.FIT, autoCenter: Phaser.Scale.CENTER_BOTH