Unified turret outlines, fixed saves not working
This commit is contained in:
@@ -5,7 +5,7 @@ import com.badlogic.gdx.graphics.Color;
|
||||
public enum Team {
|
||||
none(Color.DARK_GRAY),
|
||||
blue(Color.ROYAL),
|
||||
red(Color.SCARLET);
|
||||
red(Color.valueOf("e84737"));
|
||||
|
||||
public final Color color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user