mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 15:40:29 +01:00
Adjusted menu descriptions and colors
This commit is contained in:
parent
354fb88b52
commit
d6fd840333
4 changed files with 13 additions and 7 deletions
|
|
@ -30,7 +30,7 @@ namespace SceneManager
|
|||
|
||||
internal static void InstantiateMenu()
|
||||
{
|
||||
pathMainMenu = new UIMenu("Scene Menu", "~o~Path Manager Main Menu");
|
||||
pathMainMenu = new UIMenu("Scene Manager", "~o~Path Manager Main Menu");
|
||||
pathMainMenu.ParentMenu = MainMenu.mainMenu;
|
||||
MenuManager.menuPool.Add(pathMainMenu);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue