1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-08 03:36:43 +00:00

menu_darkening set to 3 -- for now fixedly

This commit is contained in:
Zeno Rogue 2025-03-04 19:26:10 +01:00
parent 0dcc358da9
commit 2edaf00422

View File

@ -875,6 +875,7 @@ void launch() {
View = Id;
init_special_setting();
restart("", "", "");
menu_darkening = 3; /* needs more darkening than HyperRogue due to higher contrast */
showstartmenu = false;
mapeditor::drawplayer = false;