Skip to content

Commit

Permalink
Changed next level key to N.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sietsem committed Nov 17, 2012
1 parent f24fb05 commit ac42491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/msgame/World.java
Expand Up @@ -45,7 +45,7 @@ public void render(Graphics g) {
}

public void tick() {
if (inputHandler.isKeyPressed(KeyEvent.VK_RIGHT)) nextLevel();
if (inputHandler.isKeyPressed(KeyEvent.VK_N)) nextLevel();

for (Entity entity : entities) {
entity.tick();
Expand Down

0 comments on commit ac42491

Please sign in to comment.