mirror of
https://github.com/boudji-ludwig-pett/cnam-geometry-dash.git
synced 2025-12-11 00:27:48 +01:00
feat: duplicate select level scene (todo: use on editor)
This commit is contained in:
@@ -27,4 +27,9 @@ public class MainMenu : MonoBehaviour
|
||||
{
|
||||
SceneManager.LoadSceneAsync("CreateLevelScene");
|
||||
}
|
||||
|
||||
public void EditLevel()
|
||||
{
|
||||
SceneManager.LoadSceneAsync("SelectLevelToEditScene");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user