mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 23:08:35 +07:00
Fix custom map sizes - saves match, size obeyed, limit UI (#3965)
* Fix custom map sizes - Revive Enum MapSize and fix tech modifier for custom maps * Fix custom map sizes - Fix saved size not matching tileset, obey custom size * Fix custom map sizes - limiting custom size and UI * Fix custom map sizes - linting and reduce warnings * Fix custom map sizes - less verbose * Popup gets a KeyPressDispatcher - templates
This commit is contained in:
@ -76,11 +76,5 @@ object Constants {
|
||||
const val futureEra = "Future era"
|
||||
const val barbarians = "Barbarians"
|
||||
const val spectator = "Spectator"
|
||||
|
||||
const val tiny = "Tiny"
|
||||
const val small = "Small"
|
||||
const val medium = "Medium"
|
||||
const val large = "Large"
|
||||
const val huge = "Huge"
|
||||
const val custom = "Custom"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user