1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 03:09:59 +00:00

tes:: new options -arb-unmirror and -arb-football

This commit is contained in:
Zeno Rogue 2022-09-14 21:13:55 +02:00
parent 4c27c16931
commit 38767cf801

View File

@ -1861,6 +1861,12 @@ int readArgs() {
println(hlog, "failed to convert: ", e.what()); println(hlog, "failed to convert: ", e.what());
} }
} }
else if(argis("-arb-unmirror")) {
shift(); do_unmirror = argi();
}
else if(argis("-arb-football")) {
shift(); extended_football = argi();
}
else if(argis("-arb-slider")) { else if(argis("-arb-slider")) {
PHASEFROM(2); PHASEFROM(2);
shift(); shift();