Fix default value of new Keep Similar option

This commit is contained in:
codemann8
2021-04-26 17:34:32 -05:00
parent 7c2cff562a
commit 4a326a5463
2 changed files with 5 additions and 1 deletions

2
CLI.py
View File

@@ -143,7 +143,7 @@ def parse_settings():
"openpyramid": False,
"shuffleganon": True,
"ow_shuffle": "vanilla",
"ow_keepsimilar": True,
"ow_keepsimilar": False,
"shuffle": "vanilla",
"shufflepots": False,

View File

@@ -52,6 +52,10 @@ OW Transitions are shuffled within each world separately.
OW is not shuffled.
## Keep Similar Edges Together (--ow_keepsimilar)
This keeps similar edge transitions together. ie. The 2 west edges will be paired to another set of two similar edges
# Command Line Options