|
@@ -23,6 +23,7 @@ namespace GFGGame
|
|
if (levelCfg.fightID.Length > 0)
|
|
if (levelCfg.fightID.Length > 0)
|
|
{
|
|
{
|
|
ViewManager.Show(ViewName.STORY_LEVEL_INFO_VIEW, levelCfgId);
|
|
ViewManager.Show(ViewName.STORY_LEVEL_INFO_VIEW, levelCfgId);
|
|
|
|
+ ViewManager.SetMaskAlpha(0.8f);
|
|
}
|
|
}
|
|
else if (!string.IsNullOrEmpty(levelCfg.storyStartID))
|
|
else if (!string.IsNullOrEmpty(levelCfg.storyStartID))
|
|
{
|
|
{
|