Set screen location of every NativeUI to new Point(0, screenRes.y / 3)

This commit is contained in:
VegaZ
2021-02-20 17:49:22 +01:00
parent efff32d08d
commit c739d7e953
20 changed files with 57 additions and 52 deletions

View File

@@ -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"])));