Align scene ids with names and order
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
window.PhysilinksSceneDefs || []);
|
||||
|
||||
scenes.push({
|
||||
id: "scene1",
|
||||
id: "balanced",
|
||||
name: "Balanced",
|
||||
config: {
|
||||
gravity: 0.88,
|
||||
@@ -16,7 +16,7 @@
|
||||
type: "score",
|
||||
target: 10000,
|
||||
onWin: { shoveBalls: true },
|
||||
nextSceneId: "scene2",
|
||||
nextSceneId: "low-g-terraces",
|
||||
},
|
||||
link: {
|
||||
stiffness: 0.85,
|
||||
|
||||
Reference in New Issue
Block a user