mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50: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
|
|
@ -23,7 +23,7 @@ namespace SceneManager
|
|||
|
||||
internal static void InstantiateMenu()
|
||||
{
|
||||
pathCreationMenu = new UIMenu("Scene Menu", "~o~Path Creation");
|
||||
pathCreationMenu = new UIMenu("Scene Manager", "~o~Path Creation Menu");
|
||||
pathCreationMenu.ParentMenu = PathMainMenu.pathMainMenu;
|
||||
MenuManager.menuPool.Add(pathCreationMenu);
|
||||
}
|
||||
|
|
@ -128,6 +128,8 @@ namespace SceneManager
|
|||
{
|
||||
collectorWaypoint.Checked = true;
|
||||
collectorWaypoint.Enabled = false;
|
||||
speedZoneRadius.Enabled = true;
|
||||
collectorRadius.Enabled = true;
|
||||
trafficRemoveWaypoint.Enabled = false;
|
||||
trafficEndPath.Enabled = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue