feat: map editor design (#53)

This commit is contained in:
M VINCENT PETT
2025-04-04 13:14:07 +02:00
committed by GitHub
parent 20b82fe6a9
commit be5ea1e60a
95 changed files with 2662 additions and 48 deletions

View File

@ -22,4 +22,9 @@ public class MainMenu : MonoBehaviour
{
Application.Quit();
}
public void LevelEditor()
{
SceneManager.LoadSceneAsync("LevelEditorScene");
}
}