1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-15 02:28:05 +00:00

made background screen darkening consistent and optional

This commit is contained in:
Zeno Rogue
2022-07-05 11:51:06 +02:00
parent b3a394c266
commit 75f58766a2
39 changed files with 170 additions and 129 deletions

View File

@@ -1361,7 +1361,7 @@ EX namespace mapeditor {
EX void showMapEditor() {
cmode = sm::MAP | sm::PANNING;
gamescreen(0);
gamescreen();
int fs = editor_fsize();
@@ -2042,7 +2042,7 @@ EX namespace mapeditor {
EX void showDrawEditor() {
#if CAP_POLY
cmode = sm::DRAW | sm::PANNING;
gamescreen(0);
gamescreen();
drawGrid();
if(callhandlers(false, hooks_prestats)) return;
@@ -3159,7 +3159,7 @@ EX namespace mapeditor {
EX void map_settings() {
cmode = sm::SIDE | sm::MAYDARK;
gamescreen(1);
gamescreen();
dialog::init(XLAT("Map settings"));