Fixed compile errors, unitification

This commit is contained in:
Anuken
2018-03-15 21:42:23 -04:00
parent 807c4688c2
commit 52c0a8e573
35 changed files with 392 additions and 347 deletions

View File

@@ -3,7 +3,7 @@ package io.anuke.mindustry.game;
import com.badlogic.gdx.graphics.Color;
public enum Team {
none(Color.GRAY),
none(Color.DARK_GRAY),
blue(Color.BLUE),
red(Color.RED);