mirror of
https://github.com/correl/mage.git
synced 2025-01-13 11:01:58 +00:00
Some changes to format of messages.
This commit is contained in:
parent
19124de0bd
commit
b2fc6923b9
1 changed files with 4 additions and 4 deletions
|
@ -372,10 +372,10 @@ public class CallbackClientImpl implements CallbackClient {
|
|||
usedPanel.receiveMessage("", new StringBuilder("You may use hot keys to play faster:")
|
||||
.append("<br/>Turn mousewheel up (ALT-e) - enlarge image of card the mousepointer hovers over")
|
||||
.append("<br/>Turn mousewheel down (ALT-s) - enlarge original/alternate image of card the mousepointer hovers over")
|
||||
.append("<br/><b>F2<b/> - Confirm \"Ok\", \"Yes\" or \"Done\" button")
|
||||
.append("<br/><b>F4<b/> - Skip current turn but stop on declare attackers/blockers and something on the stack")
|
||||
.append("<br/><b>F9<b/> - Skip everything until your next turn")
|
||||
.append("<br/><b>F3<b/> - Undo F4/F9").toString(),
|
||||
.append("<br/><b>F2</b> - Confirm \"Ok\", \"Yes\" or \"Done\" button")
|
||||
.append("<br/><b>F4</b> - Skip current turn but stop on declare attackers/blockers and something on the stack")
|
||||
.append("<br/><b>F9</b> - Skip everything until your next turn")
|
||||
.append("<br/><b>F3</b> - Undo F4/F9").toString(),
|
||||
null, MessageType.USER_INFO, ChatMessage.MessageColor.ORANGE);
|
||||
break;
|
||||
case TOURNAMENT:
|
||||
|
|
Loading…
Reference in a new issue