1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-27 03:47:40 +00:00

options -W3 and -top

This commit is contained in:
Zeno Rogue
2018-03-30 00:20:33 +02:00
parent 21a7c8fca9
commit eafd5a1eab
5 changed files with 26 additions and 4 deletions

View File

@@ -163,6 +163,13 @@ int arg::readCommon() {
shift(); cheatdest = readland(args()); autocheat = true;
showstartmenu = false;
}
else if(argis("-W3")) {
shift(); top_land = readland(args()); autocheat = true;
showstartmenu = false;
}
else if(argis("-top")) {
PHASE(3); View = View * spin(-M_PI/2);
}
else if(argis("-W") && curphase <= 2) {
PHASE(2);
shift();