From ad86ef1537132f7132e8195d006e5f6433154780 Mon Sep 17 00:00:00 2001 From: cyber-dream Date: Fri, 3 Jun 2022 12:28:34 +0300 Subject: [PATCH] disable autobalance --- ldjam50/Assets/Scripts/Gameplay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldjam50/Assets/Scripts/Gameplay.cs b/ldjam50/Assets/Scripts/Gameplay.cs index 5599ac8..fa042d3 100644 --- a/ldjam50/Assets/Scripts/Gameplay.cs +++ b/ldjam50/Assets/Scripts/Gameplay.cs @@ -31,7 +31,7 @@ void Start() _curGameState = GameStates.Game; _time = timeOnStart; _characterCharacterClass = character.GetComponent(); - StartCoroutine(AutoBalance()); + //StartCoroutine(AutoBalance()); characterNegativeXPToNewLVL = 2; characterNegativeXPToNewLVLStatic = 2; }