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:
Leonard Günther
2022-11-10 16:06:47 +01:00
committed by GitHub
parent d1ccdfdba5
commit 2f69ab0fad
5 changed files with 40 additions and 6 deletions

View File

@ -81,6 +81,7 @@ object Constants {
const val dropboxMultiplayerServer = "Dropbox"
const val defaultTileset = "HexaRealm"
const val defaultUnitset = "HexaRealm"
const val defaultSkin = "Minimal"
/**