Merged develop in and reimplemented keybindings for moving the camera.

tags : #story[1273]
This commit is contained in:
Alistair McIntyre
2017-09-26 18:01:39 +13:00
parent 69d1fa9488
commit 99ce4fa11d
2 changed files with 18 additions and 21 deletions
@@ -52,6 +52,10 @@ public class GameKeyBind {
return instance.actionToKeyMap.get(keyAction);
}
public KeyAction getKeyAction(KeyCode keyCode) {
return instance.keyToActionMap.get(keyCode);
}
/**
* Binds a key to a key action
*