[client] add AppTheme
This commit is contained in:
@@ -21,7 +21,7 @@ class ControllerParser {
|
||||
|
||||
public static function defaultName(controller:Controller):String {
|
||||
return switch controller {
|
||||
case HUMAN(index): 'Player $index';
|
||||
case HUMAN(index): 'Player ${index + 1}';
|
||||
case BOT(_) | NONE: null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user