|
@@ -150,7 +150,7 @@ namespace GFGGame
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("zxian_bg3");
|
|
|
+ _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("bg_zhuxian");
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -270,7 +270,7 @@ namespace GFGGame
|
|
|
{
|
|
|
levelItem.m_flower.target.visible = true;
|
|
|
int starCount = InstanceZonesDataManager.GetStarCountHistory(levelCfg.id);
|
|
|
- StoryUtil.UpdateStar(starCount, levelItem.m_flower.target);
|
|
|
+ StoryUtil.UpdateStar(starCount, levelItem.m_flower.target,currentDifficulty);
|
|
|
}
|
|
|
}
|
|
|
else
|