|
@@ -64,6 +64,7 @@ namespace GFGGame
|
|
protected override void OnShown()
|
|
protected override void OnShown()
|
|
{
|
|
{
|
|
base.OnShown();
|
|
base.OnShown();
|
|
|
|
+ _ui.target.touchable = false;
|
|
MusicManager.Instance.Play(ResPathUtil.GetMusicPath(ConstMusicName.DEFAULT));
|
|
MusicManager.Instance.Play(ResPathUtil.GetMusicPath(ConstMusicName.DEFAULT));
|
|
_chapterID = (int)viewData;
|
|
_chapterID = (int)viewData;
|
|
MainStoryDataManager.currentChapterCfgId = _chapterID;
|
|
MainStoryDataManager.currentChapterCfgId = _chapterID;
|
|
@@ -73,6 +74,7 @@ namespace GFGGame
|
|
_ui.m_chapter.AddChild(_compChapter);
|
|
_ui.m_chapter.AddChild(_compChapter);
|
|
InitChapter();
|
|
InitChapter();
|
|
_valueBarController.OnShown();
|
|
_valueBarController.OnShown();
|
|
|
|
+ _ui.target.touchable = true;
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|