mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-06-10 22:20:40 +02:00
feat: add editor choice scene (#55)
This commit is contained in:
@ -13,18 +13,18 @@ public class MainMenu : MonoBehaviour
|
||||
SceneManager.LoadSceneAsync("ImportScene");
|
||||
}
|
||||
|
||||
public void OpenSettings()
|
||||
{
|
||||
// SceneManager.LoadSceneAsync(?);
|
||||
}
|
||||
|
||||
public void QuitGame()
|
||||
{
|
||||
Application.Quit();
|
||||
}
|
||||
|
||||
public void LevelEditor()
|
||||
public void EditorChoice()
|
||||
{
|
||||
SceneManager.LoadSceneAsync("LevelEditorScene");
|
||||
SceneManager.LoadSceneAsync("EditorChoiceScene");
|
||||
}
|
||||
|
||||
public void CreateLevel()
|
||||
{
|
||||
SceneManager.LoadSceneAsync("CreateLevelScene");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user