Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
open map from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
drademacher committed Mar 5, 2016
1 parent 27e77ac commit d41cf45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/game/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ public void tick(int ticks) {
started = true;
break;
case 1:
started = true;
Game.getGame().setState(State.MAP);
break;
case 2:
break;
Expand Down

0 comments on commit d41cf45

Please sign in to comment.