Controllerinputs, changes to controller class, check input and perform movement of players
Changes to HtekkenController, changed from InputProcessor to InputAdapter to remove unused methods. Added setDirection method, and jump method to ControllableModel interface. Method keyDown and keyUp dictate player movement. -Controller might have a bug when left/right keys of a player is pressed at the same time (not tested)