|
|
@@ -481,12 +481,14 @@ public class NewUserGuiderManager : MonoBehaviour
|
|
|
config.frameTipPivot = "lc";
|
|
|
config.onPrepare = (g) => {
|
|
|
if (g.hollowOutMask.enabled) g.hollowOutMask.enabled = false;
|
|
|
+ g.ActiveBtnSkip(false);
|
|
|
if (!TimeLimitGameDistanceSelectView.ins) {
|
|
|
g.customPreparePass = false;
|
|
|
return;
|
|
|
}
|
|
|
g.customPreparePass = true;
|
|
|
g.hollowOutMask.enabled = true;
|
|
|
+ g.ActiveBtnSkip(true);
|
|
|
|
|
|
RectTransform btn = TimeLimitGameDistanceSelectView.ins.transform.Find("Layout/Item") as RectTransform;
|
|
|
g.hollowOutMask.SetTarget(btn);
|