This reverts commit 8626082068.
This commit is contained in:
@@ -180,8 +180,6 @@ public class Rules{
|
||||
public boolean lighting = false;
|
||||
/** Ambient light color, used when lighting is enabled. */
|
||||
public Color ambientLight = new Color(0.01f, 0.01f, 0.04f, 0.99f);
|
||||
/** Whether units produce light when lighting is enabled. */
|
||||
public boolean unitLight = true;
|
||||
/** team of the player by default. */
|
||||
public Team defaultTeam = Team.sharded;
|
||||
/** team of the enemy in waves/sectors. */
|
||||
|
||||
Reference in New Issue
Block a user