Settings file added

This commit is contained in:
randall.rupper
2021-03-04 14:05:25 -07:00
parent e5b9019828
commit 91c0114d32
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
from ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items
from Utils import output_path, parse_player_names
__version__ = '0.2.1-dev'
__version__ = '0.2.2-dev'
class EnemizerError(RuntimeError):
pass

View File

@@ -1,5 +1,6 @@
# Notes
* Added support for a settings file so SahasrahBot and the main website can use it easier. (Thanks Synack)
* You'll need to download sprites separately from the official website using the "Update official sprites" button on
the sprite picker in the GUI