1
Fork 0
mirror of https://github.com/thegeneralist01/Scene-Manager-DevRepo synced 2026-01-10 15:20:29 +01:00

Updated menu subtitle text

This commit is contained in:
Rich Dunne 2021-05-23 08:30:12 -06:00
parent c9e40a49d9
commit 8386a47a90

View file

@ -101,7 +101,7 @@ namespace SceneManager
{
var scrollerItems = new List<UIMenuScrollerItem> { };
GameFiber.StartNew(() => UserInput.InitializeMenuMouseControl(menu, scrollerItems), "RNUI Mouse Input Fiber");
Menu.SubtitleText = $"Currently editing path {CurrentPath.Name}";
Menu.SubtitleText = $"~o~Currently editing: ~b~{CurrentPath.Name}";
ChangePathName.Description = $"Change the path name from ~b~{CurrentPath.Name} ~w~to something else.";
}
}