mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Whoops. Update the keybindings to what they're _actually_ supposed to be
This commit is contained in:
parent
39939d5d7c
commit
a3194548d5
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ public class KeyBindingsHandler {
|
|||
|
||||
public KeyBindingsHandler() {
|
||||
addKeybind(GLFW.GLFW_KEY_R, AbilitySlot.PRIMARY);
|
||||
addKeybind(GLFW.GLFW_KEY_F, AbilitySlot.SECONDARY);
|
||||
addKeybind(GLFW.GLFW_KEY_C, AbilitySlot.TERTIARY);
|
||||
addKeybind(GLFW.GLFW_KEY_G, AbilitySlot.SECONDARY);
|
||||
addKeybind(GLFW.GLFW_KEY_V, AbilitySlot.TERTIARY);
|
||||
}
|
||||
|
||||
public KeyBinding getBinding(AbilitySlot slot) {
|
||||
|
|
Loading…
Reference in a new issue