Dungeon reminder added to hud for Crossed dungeons

Blinking red square added to hud and it indicates a boss room is close by. Only appears if you have the compass. (Basic & Crossed)
Key counters added to hud if you have found the map. (Crossed only)
This commit is contained in:
aerinon
2020-04-03 15:45:55 -06:00
parent e30f66742b
commit bb402ff7f2
9 changed files with 130 additions and 5 deletions

View File

@@ -24,7 +24,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
from ItemList import generate_itempool, difficulties, fill_prizes
from Utils import output_path, parse_player_names
__version__ = '0.0.20.2u'
__version__ = '0.0.20.3u'
class EnemizerError(RuntimeError):