Merge branch 'master' into schematic

This commit is contained in:
J-VdS
2020-09-23 16:29:41 +02:00
committed by GitHub
563 changed files with 30174 additions and 22699 deletions

View File

@@ -91,9 +91,6 @@ public class Rules{
public boolean enemyLights = true;
/** Ambient light color, used when lighting is enabled. */
public Color ambientLight = new Color(0.01f, 0.01f, 0.04f, 0.99f);
/** Multiplier for solar panel power output.
negative = use ambient light if lighting is enabled. */
public float solarPowerMultiplier = -1f;
/** team of the player by default */
public Team defaultTeam = Team.sharded;
/** team of the enemy in waves/sectors */