Sector preset display

This commit is contained in:
Anuken
2020-11-15 23:09:40 -05:00
parent b7b6ddf69a
commit bdee65e925
5 changed files with 112 additions and 8 deletions

View File

@@ -63,6 +63,8 @@ public class SectorInfo{
public @Nullable String icon;
/** Version of generated waves. When it doesn't match, new waves are generated. */
public int waveVersion = -1;
/** Whether this sector was indicated to the player or not. */
public boolean shown = false;
/** Special variables for simulation. */
public float sumHealth, sumRps, sumDps, waveHealthBase, waveHealthSlope, waveDpsBase, waveDpsSlope;