Fixed connection not resetting on game load / Experimental click changes

This commit is contained in:
Anuken
2019-08-05 10:26:24 -04:00
parent 3a841c6c0f
commit 8346d5fc13
14 changed files with 41 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ public enum Binding implements KeyBind{
diagonal_placement(KeyCode.CONTROL_LEFT),
pick(KeyCode.MOUSE_MIDDLE),
dash(KeyCode.SHIFT_LEFT),
gridMode(KeyCode.GRAVE),
gridMode(KeyCode.BACKTICK),
gridModeShift(KeyCode.ALT_LEFT),
zoom_hold(KeyCode.CONTROL_LEFT, "view"),
zoom(new Axis(KeyCode.SCROLL)),