Align scene ids with names and order
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
window.PhysilinksSceneDefs || []);
|
||||
|
||||
scenes.push({
|
||||
id: "scene2",
|
||||
id: "low-g-terraces",
|
||||
name: "Low-G terraces",
|
||||
config: {
|
||||
gravity: 0.65,
|
||||
@@ -15,7 +15,7 @@
|
||||
winCondition: {
|
||||
type: "score",
|
||||
target: 50000,
|
||||
nextSceneId: "scene3",
|
||||
nextSceneId: "fast-drop-maze",
|
||||
onWin: { shoveBalls: true },
|
||||
},
|
||||
link: {
|
||||
|
||||
Reference in New Issue
Block a user