v1.1.0: updated desktop and android icons

This commit is contained in:
Evan Debenham
2021-09-29 14:46:21 -04:00
parent 9dcfc21a72
commit 6aa79cba42
29 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 321 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 B

After

Width:  |  Height:  |  Size: 323 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 440 B

After

Width:  |  Height:  |  Size: 6.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 274 B

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 B

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -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);
}