Skip to content

Commit

Permalink
NOW I'M DONE FOR REAL! WOO HOO!
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Apr 19, 2015
1 parent a3f94b4 commit 57ea734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/se/angergard/game/screen/HelpScreen.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public void show() {
+"AKA PortalProgramming\n"
+"Source at:\n"
+"github.com/Portals/\n"
+"Ludumdare32");
+"DropTheCube-LD32");
label.setFontScale(0.6f);

mainTable.add(label).padBottom(10).row();
Expand Down
1 change: 1 addition & 0 deletions desktop/src/se/angergard/game/desktop/DesktopLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ public static void main (String[] arg) {
config.width = 512;
config.height = 512;
config.resizable = false;
config.title = "Drop The Cube - Ludumdare 32";
new LwjglApplication(new MainGame(), config);
}
}

0 comments on commit 57ea734

Please sign in to comment.