mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
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:

committed by
GitHub

parent
b8f9b99bd1
commit
453f5588ac
@ -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"
|
||||
}
|
Reference in New Issue
Block a user