Removed the lowering of the obstacle spawn timer in infinity runner

This commit is contained in:
Gregory Campbell
2020-02-01 18:29:53 -05:00
parent 2705a7f37c
commit f048a08251
-6
View File
@@ -59,12 +59,6 @@ public class InfinityRunner : MonoBehaviour
{
escalation++;
level = 1;
if(countdownTime > 3.0f)
{
countdownTime -= 0.5f;
}
}
GameObject spawn;