|
@@ -81,6 +81,7 @@ namespace GFGGame
|
|
|
_ui = UI_ClothingSyntheticUI.Create();
|
|
|
this.viewCom = _ui.target;
|
|
|
isfullScreen = true;
|
|
|
+ layer = ConstViewLayer.TOP;
|
|
|
//isReturnView = true;
|
|
|
//this.clickBlankToClose = false;
|
|
|
|
|
@@ -437,6 +438,7 @@ namespace GFGGame
|
|
|
|
|
|
GuideController.TryGuide(_ui.m_btnProduction, ConstGuideId.CLOTHING_SYNTHETIC, 5, "点击获得新的服饰。");
|
|
|
GuideController.TryGuide(_ui.m_btnBack, ConstGuideId.CLOTHING_SYNTHETIC, 6, "获得新衣服啦,继续通关主线剧情吧。");
|
|
|
+ GuideController.TryCompleteGuide(ConstGuideId.CLOTHING_SYNTHETIC, 6);
|
|
|
}
|
|
|
}
|
|
|
}
|