mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-18 11:49:19 +07:00
3.12.7-patch1
This commit is contained in:
@ -3,8 +3,8 @@ package com.unciv.build
|
|||||||
object BuildConfig {
|
object BuildConfig {
|
||||||
const val kotlinVersion = "1.3.71"
|
const val kotlinVersion = "1.3.71"
|
||||||
const val appName = "Unciv"
|
const val appName = "Unciv"
|
||||||
const val appCodeNumber = 518
|
const val appCodeNumber = 519
|
||||||
const val appVersion = "3.12.7"
|
const val appVersion = "3.12.7-patch1"
|
||||||
|
|
||||||
const val gdxVersion = "1.9.12"
|
const val gdxVersion = "1.9.12"
|
||||||
const val roboVMVersion = "2.3.1"
|
const val roboVMVersion = "2.3.1"
|
||||||
|
@ -49,7 +49,7 @@ class PlayerPickerTable(val previousScreen: IPreviousScreen, var gameParameters:
|
|||||||
|
|
||||||
top()
|
top()
|
||||||
add("Civilizations".toLabel(fontSize = 24)).padBottom(20f).row()
|
add("Civilizations".toLabel(fontSize = 24)).padBottom(20f).row()
|
||||||
add(ScrollPane(playerListTable, skin).apply { setOverscroll(false, false) }).width(civBlocksWidth)
|
add(ScrollPane(playerListTable).apply { setOverscroll(false, false) }).width(civBlocksWidth)
|
||||||
update()
|
update()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user