Skip to content

Commit

Permalink
update launcher icon for android and desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Quillraven committed Apr 26, 2020
1 parent be97da4 commit 2d8f20e
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Binary file modified android/src/main/res/drawable-hdpi/ic_launcher.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 modified android/src/main/res/drawable-mdpi/ic_launcher.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 modified android/src/main/res/drawable-xhdpi/ic_launcher.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 modified android/src/main/res/drawable-xxhdpi/ic_launcher.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 assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.quillraven.darkmatter.lwjgl3.com.github.quillraven.darkmatter.desktop
package com.github.quillraven.darkmatter.desktop

import com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application
import com.badlogic.gdx.backends.lwjgl3.Lwjgl3ApplicationConfiguration
Expand All @@ -11,6 +11,6 @@ fun main() {
setTitle("Dark Matter")
setWindowSizeLimits(360, 640, -1, -1)
setWindowedMode(360, 640)
setWindowIcon("libgdx128.png", "libgdx64.png", "libgdx32.png", "libgdx16.png")
setWindowIcon("icon.png")
})
}
Binary file removed desktop/src/main/resources/libgdx128.png
Binary file not shown.
Binary file removed desktop/src/main/resources/libgdx16.png
Binary file not shown.
Binary file removed desktop/src/main/resources/libgdx32.png
Binary file not shown.
Binary file removed desktop/src/main/resources/libgdx64.png
Binary file not shown.

0 comments on commit 2d8f20e

Please sign in to comment.