Fixed more building desync

This commit is contained in:
Anuken
2018-06-29 09:15:07 -04:00
parent 499671a637
commit 0216425209
6 changed files with 14 additions and 7 deletions

View File

@@ -22,7 +22,6 @@ public class DefaultKeybinds {
"select", Input.MOUSE_LEFT,
"break", Input.MOUSE_RIGHT,
"shoot", Input.MOUSE_LEFT,
"rotate_alt", new Axis(Input.R, Input.E),
"rotate", new Axis(Input.SCROLL),
"dash", Input.SHIFT_LEFT,
"drop_unit", Input.SHIFT_LEFT,