tile_shuffle option no longer requires Enemizer, document it as such

also shuffle things around in gui.py
This commit is contained in:
Fabian Dill
2020-12-29 19:59:20 +01:00
parent e25a03173b
commit e8fd575379
3 changed files with 32 additions and 30 deletions

View File

@@ -11,7 +11,7 @@ class Version(typing.NamedTuple):
micro: int
__version__ = "3.4.2"
__version__ = "3.5.0"
_version_tuple = tuplize_version(__version__)
import os