mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-02 06:53:00 +00:00
fixed irregular tilings on quotient spaces; new CLI parameters for irregular
This commit is contained in:
@@ -1015,6 +1015,14 @@ int readArgs() {
|
||||
PHASE(2);
|
||||
shift_arg_formula(density);
|
||||
}
|
||||
else if(argis("-irrb")) {
|
||||
PHASE(2);
|
||||
shift(); bitruncations_requested = argi();
|
||||
}
|
||||
else if(argis("-irrq")) {
|
||||
PHASE(2);
|
||||
shift_arg_formula(quality);
|
||||
}
|
||||
else if(argis("-irrload")) {
|
||||
PHASE(3);
|
||||
restart_game();
|
||||
|
||||
Reference in New Issue
Block a user