Set screen location of every NativeUI to new Point(0, screenRes.y / 3)
This commit is contained in:
@@ -36,7 +36,7 @@ export default function jailList(globalData: IGlobalData) {
|
||||
|
||||
prisoners = JSON.parse(prisonersArr);
|
||||
|
||||
jailMenu = new Menu("Gefängnis PC", "", new Point(50, 50), null, null);
|
||||
jailMenu = new Menu("Gefängnis PC", "", new Point(0, screenRes.y / 3), null, null);
|
||||
|
||||
jailMenu.AddItem(new UIMenuListItem("Gefangener", "", new ItemsCollection(prisoners)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user