updated the fork to the latest, seems to work this end: https://www.youtube.com/watch?v=QW-I6_L ... e=youtu.be
got any additional info?
Code: Select all
%guiContent = new GuiControl(TestGui) {//... horizSizing = "right"; vertSizing = "bottom";
our production end's got
Code: Select all
new GuiControl(upgradeGUI) {
position = "0 2";
extent = "1024 768";
minExtent = "8 2";
horizSizing = "relative";
vertSizing = "relative";
Code: Select all
%guiContent = new GuiControl(MapGUI) {
position = "0 0";
extent = "1024 768";
minExtent = "8 2";
horizSizing = "relative";
vertSizing = "relative";