[client] render fixes
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user