VIP宣伝表示修正
This commit is contained in:
parent
440f4ea4c7
commit
73fa402c1e
|
|
@ -72,9 +72,10 @@ namespace MyGame.Scenes.marketing.Scripts
|
||||||
target.enabled = false;
|
target.enabled = false;
|
||||||
}
|
}
|
||||||
// vip左にはける
|
// vip左にはける
|
||||||
customerDirection.SetFlipSide();
|
|
||||||
vipCustomerAnimator.Play("customer_nomal_walk_side");
|
|
||||||
vipButton.transform.SetLocalScale(0f);
|
vipButton.transform.SetLocalScale(0f);
|
||||||
|
vipCustomerAnimator.Play("customer_nomal_walk_side");
|
||||||
|
vipSpeechBubbleObject.SetActive(false);
|
||||||
|
customerDirection.SetFlipSide();
|
||||||
var vipTransform = vipCustomerAnimator.transform;
|
var vipTransform = vipCustomerAnimator.transform;
|
||||||
moveDisposable?.Dispose();
|
moveDisposable?.Dispose();
|
||||||
moveDisposable = this.UpdateAsObservable()
|
moveDisposable = this.UpdateAsObservable()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue