v1.1.0: updated desktop and android icons
|
Before Width: | Height: | Size: 321 B After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 224 B After Width: | Height: | Size: 323 B |
|
Before Width: | Height: | Size: 440 B After Width: | Height: | Size: 6.7 KiB |
|
Before Width: | Height: | Size: 274 B After Width: | Height: | Size: 783 B |
BIN
desktop/src/main/assets/icons/icon_48.png
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
|
Before Width: | Height: | Size: 278 B After Width: | Height: | Size: 1.6 KiB |
@@ -154,8 +154,8 @@ public class DesktopLauncher {
|
||||
DesktopWindowListener listener = new DesktopWindowListener();
|
||||
config.setWindowListener( listener );
|
||||
|
||||
config.setWindowIcon("icons/icon_16.png", "icons/icon_32.png", "icons/icon_64.png",
|
||||
"icons/icon_128.png", "icons/icon_256.png");
|
||||
config.setWindowIcon("icons/icon_16.png", "icons/icon_32.png", "icons/icon_48.png",
|
||||
"icons/icon_64.png", "icons/icon_128.png", "icons/icon_256.png");
|
||||
|
||||
new Lwjgl3Application(new ShatteredPixelDungeon(new DesktopPlatformSupport()), config);
|
||||
}
|
||||
|
||||