Compare commits

...

2 Commits

Author SHA1 Message Date
0a2c2a6cb8 Merge pull request 'DEG-158 [Fix] 컷씬 애니메이션 기움 현상 고침' (!45) from DEG-158-컷씬-애니메이션-기움-현상-수정 into main
Reviewed-on: #45
Reviewed-by: jay <ayjindev@gmail.com>
Reviewed-by: Sehyeon <sehyeon1837@gmail.com>
2025-05-13 06:19:38 +00:00
Lim0_C
bf17dfd164 DEG-158 [Fix] 컷씬 애니메이션 기움 현상 고침 2025-05-13 15:03:31 +09:00

View File

@ -88,6 +88,8 @@ public class InteractionAnimationPanelController : MonoBehaviour
} }
yield return null; yield return null;
} }
//로테이션 초기화
doingImage.rectTransform.localRotation = Quaternion.identity;
GameManager.Instance.StopInteractionSound(actionType); GameManager.Instance.StopInteractionSound(actionType);
//패널 닫고 애니메이션 null처리 //패널 닫고 애니메이션 null처리