|
@@ -81,7 +81,7 @@ namespace GFGGame
|
|
|
|
|
|
private void ResetStartView()
|
|
|
{
|
|
|
- showGuide = GuideDataManager.IsGuideFinish(ConstGuideId.LUCKY_BOX) <= 0;
|
|
|
+ showGuide = GuideDataManager.IsGuideFinish(ConstGuideId.LUCKY_BOX_LINE) <= 0;
|
|
|
|
|
|
curComStar = null;
|
|
|
comStars.Clear();
|
|
@@ -321,17 +321,17 @@ namespace GFGGame
|
|
|
{
|
|
|
|
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
|
- GuideController.TryGuide(null, ConstGuideId.LUCKY_BOX, 5, "点击将星星链接在一起", -1, true, (int)(this.viewCom.height - 150));
|
|
|
+ GuideController.TryGuide(null, ConstGuideId.LUCKY_BOX_LINE, 1, "点击将星星链接在一起", -1, true, (int)(this.viewCom.height - 150));
|
|
|
TryCompleteGuide();
|
|
|
}
|
|
|
protected override void TryCompleteGuide()
|
|
|
{
|
|
|
if (clickComStars.Count >= 2)
|
|
|
{
|
|
|
- GuideCfg cfg = GuideCfgArray.Instance.GetCfg(ConstGuideId.LUCKY_BOX);
|
|
|
+ GuideCfg cfg = GuideCfgArray.Instance.GetCfg(ConstGuideId.LUCKY_BOX_LINE);
|
|
|
|
|
|
- GuideController.TryCompleteGuideIndex(cfg.id, 5);
|
|
|
- GuideController.TryCompleteGuide(ConstGuideId.LUCKY_BOX, 5);
|
|
|
+ GuideController.TryCompleteGuideIndex(cfg.id, 1);
|
|
|
+ GuideController.TryCompleteGuide(ConstGuideId.LUCKY_BOX_LINE, 1);
|
|
|
}
|
|
|
else
|
|
|
{
|