1
Fork 0
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:
Rich Dunne 2020-09-13 04:49:04 -06:00
parent 354fb88b52
commit d6fd840333
4 changed files with 13 additions and 7 deletions

View file

@ -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;
}