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:
SomeTroglodyte
2021-05-20 21:17:07 +02:00
committed by GitHub
parent f07c63c07f
commit 7c7d4181cc
13 changed files with 163 additions and 82 deletions

View File

@ -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"
}
}