feat: map editor (#56)

This commit is contained in:
M VINCENT PETT
2025-04-28 16:52:13 +02:00
committed by GitHub
parent 5cd536be84
commit 02ef8cdf74
38 changed files with 8394 additions and 140 deletions

View File

@ -18,6 +18,11 @@ public class MainMenu : MonoBehaviour
Application.Quit();
}
public void LevelEditor()
{
SceneManager.LoadSceneAsync("LevelEditorScene");
}
public void EditorChoice()
{
SceneManager.LoadSceneAsync("EditorChoiceScene");