mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-14 00:04:05 +00:00
rogueviz::bringris::commandline options -bringris-drop and -bringris-explore
This commit is contained in:
@@ -2139,6 +2139,19 @@ int args() {
|
||||
init_all();
|
||||
}
|
||||
|
||||
else if(argis("-bringris-drop")) {
|
||||
PHASEFROM(2);
|
||||
start_new_game();
|
||||
paused = false;
|
||||
explore = false;
|
||||
cur.pro_game = false;
|
||||
new_piece(); fulldrop(); fallen(); new_piece(); fulldrop();
|
||||
}
|
||||
|
||||
else if(argis("-bringris-explore")) {
|
||||
explore = true;
|
||||
}
|
||||
|
||||
else if(argis("-ray-off"))
|
||||
use_raycaster = false;
|
||||
|
||||
|
Reference in New Issue
Block a user