Add working in-game chording, WIP controls screen.

This commit is contained in:
LambdAurora
2020-01-01 14:54:51 +01:00
parent e6da7adf89
commit 1b5a0e470e
16 changed files with 336 additions and 132 deletions

View File

@@ -97,7 +97,7 @@ public class LambdaControls implements ClientModInitializer
this.hud = new LambdaControlsHud(client, this);
LambdaControlsCompat.init();
LambdaControlsCompat.init(this);
}
/**