mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
Changed mouse_move to use forward mouse button by default
This commit is contained in:
parent
9521af7be5
commit
c398b89284
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import arc.input.*;
|
|||
public enum Binding implements KeyBind{
|
||||
move_x(new Axis(KeyCode.a, KeyCode.d), "general"),
|
||||
move_y(new Axis(KeyCode.s, KeyCode.w)),
|
||||
mouse_move(KeyCode.mouseBack),
|
||||
mouse_move(KeyCode.mouseForward),
|
||||
|
||||
boost(KeyCode.shiftLeft),
|
||||
control(KeyCode.controlLeft),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue