Skip to content

Commit

Permalink
Enabled HDPI for Mac OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
yairm210 committed Dec 4, 2019
1 parent b64c209 commit 975531d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app"
minSdkVersion 14
targetSdkVersion 29
versionCode 335
versionName "3.3.4-patch1"
versionCode 336
versionName "3.3.5"
}

// Had to add this crap for Travis to build, it wanted to sign the app
Expand Down
1 change: 1 addition & 0 deletions desktop/src/com/unciv/app/desktop/DesktopLauncher.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ internal object DesktopLauncher {
config.useGL30 = true
config.addIcon("ExtraImages/Icon.png", Files.FileType.Internal)
config.title = "Unciv"
config.useHDPI = true

val game = UncivGame("Desktop")

Expand Down

0 comments on commit 975531d

Please sign in to comment.