Removed desktop top menu / Rebound pause back to space

This commit is contained in:
Anuken
2018-11-07 15:30:42 -05:00
parent 7953cc416b
commit 0ce08319e7
2 changed files with 52 additions and 46 deletions

View File

@@ -30,7 +30,7 @@ public class DefaultKeybinds{
"zoom", new Axis(Input.SCROLL),
"zoom_minimap", new Axis(Input.MINUS, Input.PLUS),
"menu", Gdx.app.getType() == ApplicationType.Android ? Input.BACK : Input.ESCAPE,
"pause", Input.Q,
"pause", Input.SPACE,
"toggle_menus", Input.C,
new Category("multiplayer"),
"player_list", Input.TAB,