From aac6fb33bcb57f11c747f9f7fe3e324d212efc63 Mon Sep 17 00:00:00 2001 From: fiore Date: Mon, 12 May 2025 16:50:12 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EC=84=B8=ED=83=81=EA=B8=B0=20UI=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=B0=8C=EA=B7=B8=EB=9F=AC?= =?UTF-8?q?=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 애니메이션 클립에서 사이즈 조절 Work in JIRA ISSUE DEG-145 --- Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs b/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs index d8962147..71c3d216 100644 --- a/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs +++ b/Assets/LIN/Scripts/UI/InteractionAnimationPanelController.cs @@ -33,6 +33,7 @@ public class InteractionAnimationPanelController : MonoBehaviour // 3) 텍스트 및 애니메이션 세팅 doingText.text = animationText; + switch (actionType) { case ActionType.Sleep: