mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
CLI option -grotatei
This commit is contained in:
@@ -289,6 +289,13 @@ int arg::readCommon() {
|
||||
shift(); View = View * cspin(i, j, argf());
|
||||
playermoved = false;
|
||||
}
|
||||
else if(argis("-grotatei")) {
|
||||
PHASE(3); start_game();
|
||||
shift(); int i = argi();
|
||||
shift(); int j = argi();
|
||||
shift(); rotate_view(cspin(i, j, argf()));
|
||||
playermoved = false;
|
||||
}
|
||||
else if(argis("-cview")) {
|
||||
PHASE(3); start_game();
|
||||
View = Id;
|
||||
|
Reference in New Issue
Block a user