Skip to content

Commit

Permalink
spacebar for spell
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Dec 9, 2014
1 parent 271e7b7 commit dd2ad67
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class KeyboardIntentionDetector implements IntentionDetector
keys.put(Keys.ESCAPE, new Intention(Type.EXIT_GAME));
keys.put(Keys.R, new Intention(Type.NEW_GAME));
keys.put(Keys.SHIFT_LEFT, new Intention(Type.SPRINT));
keys.put(Keys.SPACE, new Intention(Type.TERTIARY_ATTACK));

buttons.put(Buttons.LEFT, new Intention(Type.PRIMARY_ATTACK));
buttons.put(Buttons.RIGHT, new Intention(Type.SECONDARY_ATTACK));
Expand Down

0 comments on commit dd2ad67

Please sign in to comment.