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:
parent
c9e40a49d9
commit
8386a47a90
1 changed files with 1 additions and 1 deletions
|
|
@ -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.";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue