mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-10 07:48:31 +07:00
Enabled HDPI for Mac OSX
This commit is contained in:
@ -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
|
||||
|
@ -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")
|
||||
|
||||
|
Reference in New Issue
Block a user