1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-04-16 15:01:23 +00:00

'-bright' option

This commit is contained in:
Zeno Rogue
2018-03-25 18:33:21 +02:00
parent 36775cb45c
commit 76ba4bb70c
2 changed files with 6 additions and 0 deletions

View File

@@ -482,6 +482,9 @@ else if(args()[0] == '-' && args()[1] == x && args()[2] == '0') { showstartmenu
PHASEFROM(2);
reptilecheat = true; autocheat = true; firstland = laReptile;
}
else if(argis("-bright")) {
bright = true;
}
#if CAP_SDL
else if(argis("-pngshot")) {
PHASE(3); shift();