Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
feat: add preparation scene to LevelSelectionEditorWindow
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelRauber committed Mar 9, 2024
1 parent ce8cfbd commit a15b55b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ private void RenderMenuScenes()
{
EditorGUILayout.BeginHorizontal();
OpenSceneByNameButton("MainMenu", "Menus/MainMenu");
OpenSceneByNameButton("Preparation", "Menus/Preparation");
OpenSceneByNameButton("Settings", "Menus/Settings");
OpenSceneByNameButton("Credits", "Menus/Credits");
EditorGUILayout.EndHorizontal();
Expand Down

0 comments on commit a15b55b

Please sign in to comment.