Set screen location of every NativeUI to new Point(0, screenRes.y / 3)
This commit is contained in:
@@ -33,7 +33,7 @@ export default function elevatorList(globalData: IGlobalData) {
|
||||
|
||||
stages = JSON.parse(stagesArr);
|
||||
|
||||
elevatorMenu = new Menu("Aufzug", "", new Point(50, 50), null, null);
|
||||
elevatorMenu = new Menu("Aufzug", "", new Point(0, screenRes.y / 3), null, null);
|
||||
|
||||
elevatorMenu.AddItem(new UIMenuListItem("Stock", "", new ItemsCollection(stages)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user