mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-08 14:57:58 +07:00
Added unitset selection to options menu (#7980)
* Added unitset selection to options menu * Added None type to unitset selection + added logic to switch unitset when changing tileset as long as one with the same name exists and both are selected * Updated default unitset to be HexaRealm
This commit is contained in:
@ -81,6 +81,7 @@ object Constants {
|
||||
const val dropboxMultiplayerServer = "Dropbox"
|
||||
|
||||
const val defaultTileset = "HexaRealm"
|
||||
const val defaultUnitset = "HexaRealm"
|
||||
const val defaultSkin = "Minimal"
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user