mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-10 15:20:29 +01:00
Increased menu max items property
This commit is contained in:
parent
4bae2d713e
commit
8e5821006b
1 changed files with 1 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ namespace SceneManager.Menus
|
|||
internal static void Build()
|
||||
{
|
||||
Menu.Clear();
|
||||
Menu.MaxItemsOnScreen = 11;
|
||||
|
||||
Menu.AddItem(BarrierList);
|
||||
BarrierList.ForeColor = Color.Gold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue