diff --git a/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs b/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs index db35f2c9..937d03a0 100644 --- a/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs +++ b/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs @@ -88,6 +88,8 @@ public class InteractionAnimationPanelController : MonoBehaviour } yield return null; } + //로테이션 초기화 + doingImage.rectTransform.localRotation = Quaternion.identity; GameManager.Instance.StopInteractionSound(actionType); //패널 닫고 애니메이션 null처리