From 6afb0c8c56f817ef6944716ee8e5a947fe872f5b Mon Sep 17 00:00:00 2001 From: Daddy32 Date: Sat, 13 Dec 2025 20:00:29 +0100 Subject: [PATCH] Remove unused nextSceneId from scene configs --- scenes/scene-balanced.js | 1 - scenes/scene-lowg.js | 1 - 2 files changed, 2 deletions(-) diff --git a/scenes/scene-balanced.js b/scenes/scene-balanced.js index d665f4d..c592e52 100644 --- a/scenes/scene-balanced.js +++ b/scenes/scene-balanced.js @@ -16,7 +16,6 @@ type: "score", target: 10000, onWin: { shoveBalls: true }, - nextSceneId: "low-g-terraces", }, link: { stiffness: 0.85, diff --git a/scenes/scene-lowg.js b/scenes/scene-lowg.js index 6ef2d02..e74ae93 100644 --- a/scenes/scene-lowg.js +++ b/scenes/scene-lowg.js @@ -15,7 +15,6 @@ winCondition: { type: "score", target: 50000, - nextSceneId: "fast-drop-maze", onWin: { shoveBalls: true }, }, link: {