|
@@ -1281,16 +1281,17 @@ namespace GFGGame
|
|
// GuideController.TryCompleteGuide(ConstGuideId.START_FIGHT, 5);
|
|
// GuideController.TryCompleteGuide(ConstGuideId.START_FIGHT, 5);
|
|
|
|
|
|
GuideController.TryGuide(_ui.m_compNeed.target, ConstGuideId.BUY_CLOTHING, 3, "当提示有“必需品”时,需要穿上对应物品才能通关。");
|
|
GuideController.TryGuide(_ui.m_compNeed.target, ConstGuideId.BUY_CLOTHING, 3, "当提示有“必需品”时,需要穿上对应物品才能通关。");
|
|
- GuideController.TryGuide(_ui.m_comListType1.m_listType, ConstGuideId.BUY_CLOTHING, 7, "按照指示就可以找到必需品啦,点击换上吧。", buyClothingIndex);
|
|
|
|
- GuideController.TryGuide(_ui.m_partsList.m_list, ConstGuideId.BUY_CLOTHING, 8, "", buyClothingSubIndex);
|
|
|
|
|
|
+ GuideController.TryGuide(_ui.m_btnRecommend, ConstGuideId.BUY_CLOTHING, 7, "点击推荐搭配,可以快速穿上必须品。");
|
|
|
|
+
|
|
|
|
+ GuideController.TryGuide(_ui.m_btnAutoPlay, ConstGuideId.BUY_CLOTHING, 8, "勾选后,会自动进行比拼哦~~");
|
|
GuideController.TryCompleteGuide(ConstGuideId.BUY_CLOTHING, 8);
|
|
GuideController.TryCompleteGuide(ConstGuideId.BUY_CLOTHING, 8);
|
|
|
|
|
|
GuideController.TryGuide(_ui.m_btnHint, ConstGuideId.FIGHT_TIPS, 1, "这次换装需要获得别人的认可呢。");
|
|
GuideController.TryGuide(_ui.m_btnHint, ConstGuideId.FIGHT_TIPS, 1, "这次换装需要获得别人的认可呢。");
|
|
GuideController.TryCompleteGuide(ConstGuideId.FIGHT_TIPS, 1);
|
|
GuideController.TryCompleteGuide(ConstGuideId.FIGHT_TIPS, 1);
|
|
|
|
|
|
- GuideController.TryGuide(_ui.m_btnRecommend, ConstGuideId.AUTOPLAY_FIGHT, 1, "衣服太多难以选择,可以点击这里。");
|
|
|
|
- GuideController.TryGuide(_ui.m_btnAutoPlay, ConstGuideId.AUTOPLAY_FIGHT, 2, "勾选后,自动进行比拼哦~~");
|
|
|
|
- GuideController.TryCompleteGuide(ConstGuideId.AUTOPLAY_FIGHT, 2);
|
|
|
|
|
|
+ // GuideController.TryGuide(_ui.m_btnRecommend, ConstGuideId.AUTOPLAY_FIGHT, 1, "衣服太多难以选择,可以点击这里。");
|
|
|
|
+ // GuideController.TryGuide(_ui.m_btnAutoPlay, ConstGuideId.AUTOPLAY_FIGHT, 2, "勾选后,自动进行比拼哦~~");
|
|
|
|
+ GuideController.TryCompleteGuide(ConstGuideId.AUTOPLAY_FIGHT, 0);
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|