Ejemplo n.º 1
0
 public static void ChangeHomeScreen(CMD_Tips.DISPLAY_PLACE tipsType)
 {
     GUIMain.FadeBlackReqScreen("UIHome", delegate(int noop)
     {
         ScreenController.OnStartHomeScreen(tipsType);
     }, 1f, 0f, true, null);
 }
Ejemplo n.º 2
0
 public void StartTipsLoad(CMD_Tips.DISPLAY_PLACE DisplayPlace = CMD_Tips.DISPLAY_PLACE.TitleToFarm, bool loadPrefabPop = true)
 {
     if (!this.Lock())
     {
         return;
     }
     this.isShow           = true;
     CMD_Tips.DisPlayPlace = DisplayPlace;
     this.cmdTips          = (GUIMain.ShowCommonDialog(null, "CMD_Tips", null) as CMD_Tips);
 }
Ejemplo n.º 3
0
 private static void OnStartHomeScreen(CMD_Tips.DISPLAY_PLACE tipsType)
 {
     Loading.DisableMask();
     TipsLoading.Instance.StartTipsLoad(tipsType, true);
 }