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