Skip to content

Commit

Permalink
added main menu message about chat function
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisj42 committed Mar 30, 2018
1 parent 36dfb3c commit 365cc79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions core/client/src/miniventure/game/screen/ChatScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@
import miniventure.game.client.ClientCore;

import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Input.Keys;
import com.badlogic.gdx.Input.TextInputListener;
import com.badlogic.gdx.InputMultiplexer;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.scene2d.ui.Cell;
import com.badlogic.gdx.scenes.scene2d.ui.Label;
import com.badlogic.gdx.utils.Align;
Expand Down
1 change: 1 addition & 0 deletions core/client/src/miniventure/game/screen/MainMenu.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public MainMenu() {
addLabel("C to attack, V to interact.", 10);
addLabel("E to open your inventory, Z to craft items.", 10);
addLabel("+ and - keys to zoom in and out.", 30);
addLabel("Press \"t\" to chat with other players.", 30);
//addLabel("(press b to show/hide chunk boundaries)", 30);
//addLabel("", 10);

Expand Down

0 comments on commit 365cc79

Please sign in to comment.