mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
Fixed tests
This commit is contained in:
parent
d63133c720
commit
9cb64d987d
@ -1,9 +1,9 @@
|
||||
package mindustry.input;
|
||||
|
||||
import arc.*;
|
||||
import arc.KeyBinds.*;
|
||||
import arc.input.InputDevice.*;
|
||||
import arc.input.*;
|
||||
import mindustry.*;
|
||||
|
||||
public enum Binding implements KeyBind{
|
||||
move_x(new Axis(KeyCode.a, KeyCode.d), "general"),
|
||||
@ -79,7 +79,7 @@ public enum Binding implements KeyBind{
|
||||
block_select_10(KeyCode.num0),
|
||||
|
||||
zoom(new Axis(KeyCode.scroll), "view"),
|
||||
menu(Core.app.isAndroid() ? KeyCode.back : KeyCode.escape),
|
||||
menu(Vars.android ? KeyCode.back : KeyCode.escape),
|
||||
fullscreen(KeyCode.f11),
|
||||
pause(KeyCode.space),
|
||||
minimap(KeyCode.m),
|
||||
|
Loading…
Reference in New Issue
Block a user