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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user