Skip to content

Commit

Permalink
Added icons and renamed the window to disconnect
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasDann committed Aug 25, 2014
1 parent 9ca1044 commit 2d79ab9
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
Binary file added core/assets/icons/icon16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added core/assets/icons/icon32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions desktop/src/de/cubeisland/games/desktop/DesktopLauncher.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package de.cubeisland.games.desktop;

import com.badlogic.gdx.Files;
import com.badlogic.gdx.backends.lwjgl.LwjglApplication;
import com.badlogic.gdx.backends.lwjgl.LwjglApplicationConfiguration;
import de.cubeisland.games.DisconnectGame;
Expand All @@ -9,6 +10,9 @@ public static void main (String[] arg) {
LwjglApplicationConfiguration config = new LwjglApplicationConfiguration();
config.vSyncEnabled = false;
config.foregroundFPS = 300;
config.addIcon("icons/icon16.png", Files.FileType.Internal);
config.addIcon("icons/icon32.png", Files.FileType.Internal);
config.title = "Disconnect";
new LwjglApplication(new DisconnectGame(), config);
}
}
Binary file added raw/Photoshop/icon16.psd
Binary file not shown.
Binary file added raw/Photoshop/icon32.psd
Binary file not shown.

0 comments on commit 2d79ab9

Please sign in to comment.