Fixed compile errors, unitification
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user