diff --git a/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs b/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs index fd97b138..72ab531e 100644 --- a/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs +++ b/popcorn/Assets/MyGame/Scenes/DebugOption/Scripts/DebugOptionManager.cs @@ -171,7 +171,7 @@ public class DebugOptionManager : MonoBehaviour resetShopCustomizeButton.OnClickAsObservable().Subscribe(_ => { - gameData.ShopCustomizeLevel = 0; + gameData.ShopCustomizeLevel = 1; gameData.ShopCustomizePoint = 0; gameData.ShopCustomizeCoin = 0; gameData.ShopCustomizeSettings = new ShopCustomizeSettings();