[client] render fixes

This commit is contained in:
2018-02-10 15:25:16 +03:00
parent 41c5610f9a
commit a1ed498bf5
13 changed files with 21 additions and 20 deletions

View File

@@ -15,8 +15,8 @@ class ClassicGame extends Game {
public static var HUMAN(default, never):TeamId = 'human';
public static var BOT(default, never):TeamId = 'bot';
private static var PLAYER1_COLOR:Color = 0xffff55;
private static var PLAYER2_COLOR:Color = 0x00ff00;
private static var PLAYER1_COLOR:Color = 0xFC9838;
private static var PLAYER2_COLOR:Color = 0x159D49;
public static var PLAYER1(default, never):GameMode = [
{team:HUMAN, type:Control.HUMAN, color: PLAYER1_COLOR, index:0}