|
|
@@ -181,21 +181,8 @@ namespace Fort23.Mono.Phases
|
|
|
public async CTask OnStep705(UnityEngine.Object obj)
|
|
|
{
|
|
|
pgm.StepInit();
|
|
|
- await TimerComponent.Instance.WaitAsync(100);
|
|
|
-
|
|
|
- GameObject gameObject =
|
|
|
- (UIManager.Instance.GetComponent<ShopPanel>()._shopGroupWidgetType1s[0] as ShopGroupWidgetType1)
|
|
|
- ._shopItemWidgetType2s[4].own;
|
|
|
- Vector3 localPos = pgm.WorldPosToLocalPos(gameObject.transform.position);
|
|
|
- Vector2 size = gameObject.GetComponent<RectTransform>().sizeDelta;
|
|
|
-
|
|
|
- pgm.SetfxTransVisiable(true);
|
|
|
- pgm.SetMaskTarget(gameObject);
|
|
|
- pgm.SetShowFramePosAndSize(localPos, size, 0, gameObject);
|
|
|
- await pgm.ConfigLogic(705, delegate() { });
|
|
|
|
|
|
- pgm.SetFingerPos(localPos);
|
|
|
- pgm.SetFingerVisiable(true);
|
|
|
+ await pgm.ConfigLogic(705, delegate() { pgm.NextGuide(); });
|
|
|
}
|
|
|
|
|
|
|