|
@@ -141,15 +141,7 @@ namespace GFGGame
|
|
|
PhotographDataManager.Instance.SetLayer(null, "refresh");
|
|
|
|
|
|
_ui.m_txtCount.text = string.Format("{0}/{1}", PoemGalleryDataManager.Instance.MyWorksCountOfTheme, GlobalCfgArray.globalCfg.maxGalleryWorksCount);
|
|
|
- // if (GuideDataManager.IsGuideFinish(ConstGuideId.PHOTOGRAPH) > 0)
|
|
|
- // {
|
|
|
-
|
|
|
- // }
|
|
|
- // else
|
|
|
- // {
|
|
|
- // _ui.m_loaGuide.enabled = true;
|
|
|
- // _ui.m_loaGuide1.enabled = false;
|
|
|
- // }
|
|
|
+
|
|
|
Timers.inst.AddUpdate(CheckGuide);
|
|
|
}
|
|
|
/************************************************************UI界面*********************************************************/
|
|
@@ -262,14 +254,7 @@ namespace GFGGame
|
|
|
|
|
|
if (setLayer)
|
|
|
{
|
|
|
- // if (!string.IsNullOrEmpty(itemCfg.resLayer2))
|
|
|
- // {
|
|
|
- // parentGameObj1.transform.localPosition = pos;
|
|
|
- // }
|
|
|
- // else
|
|
|
- // {
|
|
|
parentGameObj1.transform.localPosition = pos == Vector3.zero ? -parentGameObj1.transform.GetChild(0).localPosition : pos;
|
|
|
- // }
|
|
|
}
|
|
|
}
|
|
|
|