fix: remove start

This commit is contained in:
Renge 2022-05-09 15:40:36 -04:00
parent a3a926bb16
commit 805d0af3b8

View File

@ -197,7 +197,7 @@ export default class MainMenu extends Scene {
]
}
}
this.sceneManager.changeToScene(Start, {}, sceneOptions);
this.sceneManager.changeToScene(Forest, {}, sceneOptions);
}
}