Enabled HDPI for Mac OSX

This commit is contained in:
Yair Morgenstern
2019-12-04 19:56:09 +02:00
parent b64c209218
commit 975531d856
2 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,8 @@ android {
applicationId "com.unciv.app" applicationId "com.unciv.app"
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 29 targetSdkVersion 29
versionCode 335 versionCode 336
versionName "3.3.4-patch1" versionName "3.3.5"
} }
// Had to add this crap for Travis to build, it wanted to sign the app // Had to add this crap for Travis to build, it wanted to sign the app

View File

@ -23,6 +23,7 @@ internal object DesktopLauncher {
config.useGL30 = true config.useGL30 = true
config.addIcon("ExtraImages/Icon.png", Files.FileType.Internal) config.addIcon("ExtraImages/Icon.png", Files.FileType.Internal)
config.title = "Unciv" config.title = "Unciv"
config.useHDPI = true
val game = UncivGame("Desktop") val game = UncivGame("Desktop")