mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-13 09:18:43 +07:00
Rewrite the font system to render the characters incrementally (#2635)
This commit is contained in:
@ -23,7 +23,8 @@ class AndroidLauncher : AndroidApplication() {
|
||||
val game = UncivGame (
|
||||
version = BuildConfig.VERSION_NAME,
|
||||
crashReportSender = CrashReportSenderAndroid(this),
|
||||
exitEvent = this::finish
|
||||
exitEvent = this::finish,
|
||||
fontImplementation = NativeFontAndroid(45)
|
||||
)
|
||||
initialize(game, config)
|
||||
}
|
||||
|
Reference in New Issue
Block a user