Fixed tests
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
package mindustry.input;
|
package mindustry.input;
|
||||||
|
|
||||||
import arc.*;
|
|
||||||
import arc.KeyBinds.*;
|
import arc.KeyBinds.*;
|
||||||
import arc.input.InputDevice.*;
|
import arc.input.InputDevice.*;
|
||||||
import arc.input.*;
|
import arc.input.*;
|
||||||
|
import mindustry.*;
|
||||||
|
|
||||||
public enum Binding implements KeyBind{
|
public enum Binding implements KeyBind{
|
||||||
move_x(new Axis(KeyCode.a, KeyCode.d), "general"),
|
move_x(new Axis(KeyCode.a, KeyCode.d), "general"),
|
||||||
@@ -79,7 +79,7 @@ public enum Binding implements KeyBind{
|
|||||||
block_select_10(KeyCode.num0),
|
block_select_10(KeyCode.num0),
|
||||||
|
|
||||||
zoom(new Axis(KeyCode.scroll), "view"),
|
zoom(new Axis(KeyCode.scroll), "view"),
|
||||||
menu(Core.app.isAndroid() ? KeyCode.back : KeyCode.escape),
|
menu(Vars.android ? KeyCode.back : KeyCode.escape),
|
||||||
fullscreen(KeyCode.f11),
|
fullscreen(KeyCode.f11),
|
||||||
pause(KeyCode.space),
|
pause(KeyCode.space),
|
||||||
minimap(KeyCode.m),
|
minimap(KeyCode.m),
|
||||||
|
|||||||
Reference in New Issue
Block a user