now with waifus

This commit is contained in:
Anuken
2018-08-30 21:39:27 -04:00
parent d4435f980c
commit dda3afe9fa
5 changed files with 14 additions and 16 deletions

View File

@@ -351,7 +351,7 @@ public class Control extends Module{
throw new RuntimeException(error);
}
if(debug && Inputs.keyTap("console")){
if(debug && Inputs.keyTap(io.anuke.ucore.input.Input.GRAVE)){
console = !console;
}

View File

@@ -38,8 +38,7 @@ public class DefaultKeybinds{
"chat", Input.ENTER,
"chat_history_prev", Input.UP,
"chat_history_next", Input.DOWN,
"chat_scroll", new Axis(Input.SCROLL),
"console", Input.GRAVE
"chat_scroll", new Axis(Input.SCROLL)
);
KeyBinds.defaultSection(section, DeviceType.controller,