mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-11 18:00:34 +00:00
CLI option -grotatei
This commit is contained in:
parent
ad90aecee7
commit
5473c1645c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user