Fixed ability input conflicts

This commit is contained in:
Anuken
2018-08-30 18:30:05 -04:00
parent f29673a6e3
commit d4435f980c

View File

@@ -24,7 +24,7 @@ public class DefaultKeybinds{
"break", Input.MOUSE_RIGHT,
"rotate", new Axis(Input.SCROLL),
"dash", Input.SHIFT_LEFT,
"ability", Input.Q,
"ability", Input.E,
"drop_unit", Input.SHIFT_LEFT,
new Category("view"),
"zoom_hold", Input.CONTROL_LEFT,