v1.1.0: updated desktop and android icons
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 498 B After Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 749 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 548 B |
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 376 B After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 504 B After Width: | Height: | Size: 828 B |
Before Width: | Height: | Size: 748 B After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 354 B After Width: | Height: | Size: 285 B |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 357 B |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 448 B |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 595 B After Width: | Height: | Size: 548 B |
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);
|
||||
}
|
||||
|
|