Skip to content

Commit 2d8f20e

Browse files
committed
update launcher icon for android and desktop
1 parent be97da4 commit 2d8f20e

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
Loading
Loading
Loading
Loading

assets/icon.png

3.78 KB
Loading

desktop/src/main/kotlin/com/github/quillraven/darkmatter/desktop/launcher.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.github.quillraven.darkmatter.lwjgl3.com.github.quillraven.darkmatter.desktop
1+
package com.github.quillraven.darkmatter.desktop
22

33
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application
44
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration
@@ -11,6 +11,6 @@ fun main() {
1111
setTitle("Dark Matter")
1212
setWindowSizeLimits(360, 640, -1, -1)
1313
setWindowedMode(360, 640)
14-
setWindowIcon("libgdx128.png", "libgdx64.png", "libgdx32.png", "libgdx16.png")
14+
setWindowIcon("icon.png")
1515
})
1616
}
-10.3 KB
Binary file not shown.
-879 Bytes
Binary file not shown.
-2.04 KB
Binary file not shown.
-5.01 KB
Binary file not shown.

0 commit comments

Comments
 (0)