From b66a514f59321a1ade3b117c9053ea92ae03e9b9 Mon Sep 17 00:00:00 2001 From: Ino Date: Thu, 18 Dec 2025 16:15:39 +0900 Subject: [PATCH] =?UTF-8?q?=EB=BD=91=EA=B8=B0=20=EA=B2=B0=EA=B3=BC=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=20=EC=83=81=ED=83=9C=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=ED=99=94=EB=A9=B4=EC=9D=84=20=EC=97=B0=ED=83=80=ED=95=98?= =?UTF-8?q?=EB=A9=B4=20=EC=9E=AC=ED=99=94=EB=A5=BC=20=EA=B3=84=EC=86=8D?= =?UTF-8?q?=ED=95=B4=EC=84=9C=20=EB=B0=9B=EC=95=84=EC=A7=91=EB=8B=88?= =?UTF-8?q?=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/GachaUI.cs | 7 ++++--- Assets/nightward.txt | 5 ++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Assets/Scripts/UI/GachaUI.cs b/Assets/Scripts/UI/GachaUI.cs index 36a6062..f4e7f4e 100644 --- a/Assets/Scripts/UI/GachaUI.cs +++ b/Assets/Scripts/UI/GachaUI.cs @@ -196,14 +196,14 @@ public class GachaUI : uScrollViewMgr { if (!isGacha && SaveMgr.Ins.Check_Money(eMoney.Gacha, table_GlobalValue.Ins.Get_Int("GachaAmount"), true, ToastY)) { - isGacha = true; + CanSkip = isGacha = true; Init_GachaAnim(); PlayVideo(); } } public GameObject[] gos_effect; - bool isGacha = false; + bool isGacha = false, CanSkip; void Init_GachaAnim() { @@ -321,7 +321,8 @@ public class GachaUI : uScrollViewMgr public void OnClick_Skip() { - if (!isGacha) return; + if (!CanSkip) return; + CanSkip = false; StopAllCoroutines(); diff --git a/Assets/nightward.txt b/Assets/nightward.txt index 7e9da81..ae19d2c 100644 --- a/Assets/nightward.txt +++ b/Assets/nightward.txt @@ -10,8 +10,7 @@ 2. ÀΰÔÀÓ Çǹö¸ðµå ¹è°æ : Album Å×À̺íÀÇ e_CollectionMethod°¡ Mission ÀÎ À̹ÌÁö 3. ÀΰÔÀÓ ¼½½Ã ¹è°æ(½ÃÀÛÇÒ ¶§ ¼½½Ã À̹ÌÁö·Î º¯°æÇϰí ÁøÀÔÇÑ °æ¿ì) : Album Å×À̺íÀÇ e_CollectionMethod°¡ FullCollection ÀÎ À̹ÌÁö -¹Ì´Ï°ÔÀÓ ¹è°æ ¼³Á¤ - - ÅÍÄ¡¿¡ µû¸¥ °¡½¿ ¹ÝÀÀ »ç¿îµå ¾Û ¾ÆÀÌÄÜ -äÆÃ ÅäÅ« \ No newline at end of file +äÆÃ ÅäÅ« +¿ø½ºÅä¾î ÀÎ¾Û °áÁ¦ Å×½ºÆ® \ No newline at end of file