mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-12 21:27:41 +00:00
new CLI options for racing
This commit is contained in:
@@ -772,6 +772,14 @@ int readArgs() {
|
||||
stop_game();
|
||||
switch_game_mode(rg::racing);
|
||||
}
|
||||
else if(argis("-rsc")) {
|
||||
standard_centering = true;
|
||||
}
|
||||
else if(argis("-rfast")) {
|
||||
PHASEFROM(3);
|
||||
start_game();
|
||||
race_start_tick = 1;
|
||||
}
|
||||
else return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user