Custom map size (#2876)

* Adding custom map sizes. Initial commit

* Custom map sizes UI update

* Custom map size with rectangular shape

* Added compatibility with older Maps and Game saves

* Fixed build errors and added warning messages

Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
This commit is contained in:
Alexander Korolyov
2021-05-06 17:39:28 +02:00
committed by GitHub
parent b8f9b99bd1
commit 453f5588ac
13 changed files with 170 additions and 29 deletions

View File

@ -76,4 +76,11 @@ 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"
}