mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
tes:: new options -arb-unmirror and -arb-football
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user