Temporary loading screen

This commit is contained in:
Anuken
2019-06-23 14:09:29 -04:00
parent c5e7ddaf7a
commit 649d527dcf
5 changed files with 44 additions and 18 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ public class Rules{
/** No-build zone around enemy core radius. */
public float enemyCoreBuildRadius = 400f;
/** Radius around enemy wave drop zones.*/
public float dropZoneRadius = 380f;
public float dropZoneRadius = 300f;
/** Player respawn time in ticks. */
public float respawnTime = 60 * 4;
/** Time between waves in ticks. */