From b2893623cc54b20e1410dd31e10a5bf1f8970af7 Mon Sep 17 00:00:00 2001 From: kimura Date: Mon, 19 Jul 2021 12:25:15 +0900 Subject: [PATCH] =?UTF-8?q?=E7=84=A6=E3=81=92=E3=83=86=E3=82=AD=E3=82=B9?= =?UTF-8?q?=E3=83=88=E8=A1=A8=E7=A4=BA=E6=99=82=E9=96=93=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs b/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs index 3e54b725..7579c01c 100644 --- a/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs +++ b/popcorn/Assets/MyGame/Scenes/Cooking/Scripts/CornManager.cs @@ -256,9 +256,9 @@ public class CornManager : MonoBehaviour var animation = Instantiate(missCornAnimationPrefab, position, Quaternion.identity, missTextSpawnTransform); animation.GetComponent().ChangeSkin(condition); - this.CallWaitForSeconds(.5f, () => + this.CallWaitForSeconds(.75f, () => { - this.CallLerp(.2f, f => + this.CallLerp(.1f, f => { animation.transform.position = Vector3.Lerp(position, cornMissMeter.transform.position, f.EaseInCubic()); }, () =>