GUI: improved chat messages with card names and popup supports (example: [[card name]], closes #4189);

This commit is contained in:
Oleg Agafonov 2023-11-25 16:26:12 +04:00
parent d1f9e9cc90
commit 7475ee922a
3 changed files with 64 additions and 54 deletions

View file

@ -533,6 +533,7 @@ public class CallbackClientImpl implements CallbackClient {
.append("<br/>").append("<b>/w username message</b> - send private message to player (whisper)")
.append("<br/>").append("<b>/pings</b> - show players and watchers ping")
.append("<br/>").append("<b>/fix</b> - fix frozen game")
.append("<br/>").append("<b>[[card name]]</b> - insert card with popup info")
.toString(),
null, null, MessageType.USER_INFO, ChatMessage.MessageColor.BLUE);
break;