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: {