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