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