Removed the lowering of the obstacle spawn timer in infinity runner
This commit is contained in:
@@ -59,12 +59,6 @@ public class InfinityRunner : MonoBehaviour
|
|||||||
{
|
{
|
||||||
escalation++;
|
escalation++;
|
||||||
level = 1;
|
level = 1;
|
||||||
|
|
||||||
if(countdownTime > 3.0f)
|
|
||||||
{
|
|
||||||
countdownTime -= 0.5f;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
GameObject spawn;
|
GameObject spawn;
|
||||||
|
|||||||
Reference in New Issue
Block a user