Settings menu layout improved / Rule dialog improvements

This commit is contained in:
Anuken
2019-04-21 22:39:56 -04:00
parent 819262c93f
commit 0382c35ac0
17 changed files with 1595 additions and 1548 deletions

View File

@@ -37,6 +37,8 @@ public class Rules{
public float buildSpeedMultiplier = 1f;
/** No-build zone around enemy core radius. */
public float enemyCoreBuildRadius = 400f;
/** Radius around enemy wave drop zones.*/
public float dropZoneRadius = 380f;
/** Player respawn time in ticks. */
public float respawnTime = 60 * 4;
/** Time between waves in ticks. */