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 drivingSchoolList(globalData: IGlobalData) {
|
||||
|
||||
globalData.InMenu = true;
|
||||
|
||||
drivingMenu = new Menu("Fahrschule", "", new Point(50, 50), null, null);
|
||||
drivingMenu = new Menu("Fahrschule", "", new Point(0, screenRes.y / 3), null, null);
|
||||
|
||||
|
||||
drivingMenu.AddItem(new UIMenuListItem("Prüfung", "", new ItemsCollection(["Auto", "Motorrad"])));
|
||||
|
||||
Reference in New Issue
Block a user