mirror of
https://github.com/thegeneralist01/Scene-Manager-DevRepo
synced 2026-01-11 23:50:29 +01:00
Updated BuildSettingsMenu method name to Build
This commit is contained in:
parent
bbc0ea6354
commit
cdd81438b6
1 changed files with 3 additions and 1 deletions
|
|
@ -28,8 +28,10 @@ namespace SceneManager.Menus
|
||||||
Menu.OnMenuOpen += SettingsMenu_OnMenuOpen;
|
Menu.OnMenuOpen += SettingsMenu_OnMenuOpen;
|
||||||
}
|
}
|
||||||
|
|
||||||
internal static void BuildSettingsMenu()
|
internal static void Build()
|
||||||
{
|
{
|
||||||
|
Menu.Clear();
|
||||||
|
|
||||||
Menu.AddItem(ThreeDWaypoints);
|
Menu.AddItem(ThreeDWaypoints);
|
||||||
Menu.AddItem(MapBlips);
|
Menu.AddItem(MapBlips);
|
||||||
Menu.AddItem(Hints);
|
Menu.AddItem(Hints);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue