Cleanup & minor layout bugfixes

This commit is contained in:
Anuken
2021-07-20 17:38:09 -04:00
parent f8ddf952ca
commit 02c03e9c67
6 changed files with 7 additions and 25 deletions

View File

@@ -55,7 +55,7 @@ public class SectorInfo{
/** Waves this sector can survive if under attack. Based on wave in info. <0 means uncalculated. */
public int wavesSurvived = -1;
/** Time between waves. */
public float waveSpacing = 60 * 60 * 2;
public float waveSpacing = 2 * Time.toMinutes;
/** Damage dealt to sector. */
public float damage;
/** How many waves have passed while the player was away. */