Settings file added
This commit is contained in:
2
Main.py
2
Main.py
@@ -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 ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items
|
||||||
from Utils import output_path, parse_player_names
|
from Utils import output_path, parse_player_names
|
||||||
|
|
||||||
__version__ = '0.2.1-dev'
|
__version__ = '0.2.2-dev'
|
||||||
|
|
||||||
class EnemizerError(RuntimeError):
|
class EnemizerError(RuntimeError):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
# Notes
|
# 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
|
* You'll need to download sprites separately from the official website using the "Update official sprites" button on
|
||||||
the sprite picker in the GUI
|
the sprite picker in the GUI
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user