Nice game.
Hey cool game, how do you make your character move with the A,D,S and W keys, I'm making a game at the moment but i'm stuck with the player 2 controls.
if(Key.isDown(Key.LEFT) && fight != true){
What do i type in to replace the "Left" so it's A to move?
Any help would be great thanks :P