mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
tes:: new options -arb-unmirror and -arb-football
This commit is contained in:
parent
4c27c16931
commit
38767cf801
@ -1861,6 +1861,12 @@ int readArgs() {
|
||||
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")) {
|
||||
PHASEFROM(2);
|
||||
shift();
|
||||
|
Loading…
Reference in New Issue
Block a user