From f048a082511fbf45657cedd6c2157335544a599c Mon Sep 17 00:00:00 2001 From: Gregory Campbell Date: Sat, 1 Feb 2020 18:29:53 -0500 Subject: [PATCH] Removed the lowering of the obstacle spawn timer in infinity runner --- Assets/Scripts/InfinityRunner.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Assets/Scripts/InfinityRunner.cs b/Assets/Scripts/InfinityRunner.cs index 16239db..8dbfaa3 100644 --- a/Assets/Scripts/InfinityRunner.cs +++ b/Assets/Scripts/InfinityRunner.cs @@ -59,12 +59,6 @@ public class InfinityRunner : MonoBehaviour { escalation++; level = 1; - - if(countdownTime > 3.0f) - { - countdownTime -= 0.5f; - } - } GameObject spawn;