WIP polygonal core protection

This commit is contained in:
Anuken
2021-06-16 13:26:18 -04:00
parent efcae883fb
commit 865ee952c9
6 changed files with 842 additions and 11 deletions

View File

@@ -68,6 +68,8 @@ public class Rules{
public float deconstructRefundMultiplier = 0.5f;
/** No-build zone around enemy core radius. */
public float enemyCoreBuildRadius = 400f;
/** If true, no-build zones are calculated based on the closest core. */
public boolean polygonCoreProtection = false;
/** Radius around enemy wave drop zones.*/
public float dropZoneRadius = 300f;
/** Time between waves in ticks. */