Skip to content

Commit

Permalink
Adjust default board status display text
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Oct 23, 2023
1 parent d358115 commit b6558bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ public final class BoardStatusSettings extends AbstractDisplaySettings.WithTrans
"<b>Chess Board <board_name>",
"<white>♚</white><white_displayname> <i><gray>vs</i> <black>♚</black><black_displayname>",
"Current move: <current_move_color>♚</current_move_color><current_move_displayname>",
"<time_control:'<white>♚</white><white_time> <gray>|</gray> <black>♚</black><black_time>':'<red>No time controls.'>"
"<time_control:'<white>♚</white><white_time> <gray>|</gray> <black>♚</black><black_time>':'<green>No time controls.'>"
);
private List<String> noGameText = List.of(
"<b>Chess Board <board_name>",
"<red>No active game."
"<green>No active game."
);
private long updateRate = 10;

Expand Down

0 comments on commit b6558bd

Please sign in to comment.