mirror of
https://github.com/correl/mage.git
synced 2025-04-03 09:18:59 -09:00
Added tip to tips shown at chatpanel at game start.
This commit is contained in:
parent
8af9e334e0
commit
a0c3f32b9b
1 changed files with 1 additions and 0 deletions
|
@ -113,6 +113,7 @@ public class CallbackClientImpl implements CallbackClient {
|
|||
if (panel != null) {
|
||||
if (message.getMessage().equals(Constants.MSG_TIP_HOT_KEYS_CODE) && panel.getConnectedChat() != null) {
|
||||
panel.getConnectedChat().receiveMessage("[Tips] ", "You may use hot keys to play faster: " + "" +
|
||||
"\nTurn Mousewheel - Show big image of card your mousepointer hovers over" +
|
||||
"\nF2 - Confirm \"Ok\", \"Yes\" or \"Done\" button" +
|
||||
"\nF4 - Skip current turn but stop on declare attackers" +
|
||||
"\nF9 - Skip everything until your next turn" +
|
||||
|
|
Loading…
Add table
Reference in a new issue