mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-11 03:18:18 +07:00
Rename "Show minimap" to "Minimap size" (#7567)
This commit is contained in:
parent
605956c4d5
commit
6a943bb46f
@ -691,7 +691,7 @@ Show tutorials =
|
||||
Auto-assign city production =
|
||||
Auto-build roads =
|
||||
Automated workers replace improvements =
|
||||
Show minimap =
|
||||
Minimap size =
|
||||
off =
|
||||
Show pixel units =
|
||||
Show pixel improvements =
|
||||
|
@ -64,7 +64,7 @@ fun displayTab(
|
||||
}
|
||||
|
||||
private fun addMinimapSizeSlider(table: Table, settings: GameSettings, selectBoxMinWidth: Float) {
|
||||
table.add("Show minimap".toLabel()).left().fillX()
|
||||
table.add("Minimap size".toLabel()).left().fillX()
|
||||
|
||||
// The meaning of the values needs a formula to be synchronized between here and
|
||||
// [Minimap.init]. It goes off-10%-11%..29%-30%-35%-40%-45%-50% - and the percentages
|
||||
|
Loading…
Reference in New Issue
Block a user