Remove unused nextSceneId from scene configs
This commit is contained in:
@@ -16,7 +16,6 @@
|
|||||||
type: "score",
|
type: "score",
|
||||||
target: 10000,
|
target: 10000,
|
||||||
onWin: { shoveBalls: true },
|
onWin: { shoveBalls: true },
|
||||||
nextSceneId: "low-g-terraces",
|
|
||||||
},
|
},
|
||||||
link: {
|
link: {
|
||||||
stiffness: 0.85,
|
stiffness: 0.85,
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
winCondition: {
|
winCondition: {
|
||||||
type: "score",
|
type: "score",
|
||||||
target: 50000,
|
target: 50000,
|
||||||
nextSceneId: "fast-drop-maze",
|
|
||||||
onWin: { shoveBalls: true },
|
onWin: { shoveBalls: true },
|
||||||
},
|
},
|
||||||
link: {
|
link: {
|
||||||
|
|||||||
Reference in New Issue
Block a user