Added terrain exporting and importing
This commit is contained in:
@@ -5,7 +5,8 @@ import com.badlogic.gdx.graphics.Color;
|
||||
public enum Team {
|
||||
none(Color.DARK_GRAY),
|
||||
blue(Color.ROYAL),
|
||||
red(Color.valueOf("e84737"));
|
||||
red(Color.valueOf("e84737")),
|
||||
green(Color.valueOf("1dc645"));
|
||||
|
||||
public final Color color;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user