Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sreese25 committed Apr 8, 2012
1 parent 3c831ec commit fd87a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/vulcastudios/states/CreditsState.java
Expand Up @@ -27,7 +27,7 @@ public void render(GameContainer container, StateBasedGame game, Graphics g)
g.drawString("Taylor Paschal", 50, 125);
g.drawString("Stephanie Reese", 50, 150);
g.drawString("Sam Thomas", 50, 175);
g.drawString("press esc to return to the main menu", 50, 225);
g.drawString("Press esc to return to the main menu", 50, 225);
}

@Override
Expand Down

0 comments on commit fd87a98

Please sign in to comment.