Added GroundUnitType, compile fixed

This commit is contained in:
Anuken
2018-03-16 00:30:41 -04:00
parent 52c0a8e573
commit ad2e2032e6
9 changed files with 115 additions and 70 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ import com.badlogic.gdx.graphics.Color;
public enum Team {
none(Color.DARK_GRAY),
blue(Color.BLUE),
red(Color.RED);
blue(Color.ROYAL),
red(Color.SCARLET);
public final Color color;