public static void Load() { UnitTypes.Init(); // todo: display loading screen References.Load(); UnitTypes.Load(); bundleHandler.updateBundle("en"); if (OS.HasTouchscreenUiHint()) { PersistentData.isMobile = true; } // OS.WindowSize = new Vector2(1080, 720); }