| | |
| | | {
|
| | | if (_unflod)
|
| | | {
|
| | | m_MainPositionTween.ShowTaskImmedidately(true, true);
|
| | | m_MainPositionTween.SwitchFunctions(new MainPositionTween.SwitchParam() { showDefault = true, immediately = false });
|
| | | m_HighSettingFadeInFadeOut.SwitchImmedidately(true);
|
| | | }
|
| | | }
|
| | | }
|
| | |
| | | break;
|
| | | }
|
| | |
|
| | | var rightBottomState = switchParams.showDefault && !isGuiding ? RightBottomState.Skill : RightBottomState.Function;
|
| | | var rightBottomState = switchParams.showDefault && !isGuiding && !treasureModel.newGotShowing ? RightBottomState.Skill : RightBottomState.Function;
|
| | | switch (rightBottomState)
|
| | | {
|
| | | case RightBottomState.Function:
|