mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
function idv
This commit is contained in:
parent
b6986879ec
commit
7d5d2e44e8
@ -817,6 +817,9 @@ int read_cheat_args() {
|
|||||||
else if(argis("-top")) {
|
else if(argis("-top")) {
|
||||||
PHASE(3); View = View * spin(-M_PI/2);
|
PHASE(3); View = View * spin(-M_PI/2);
|
||||||
}
|
}
|
||||||
|
else if(argis("-idv")) {
|
||||||
|
PHASE(3); View = Id;
|
||||||
|
}
|
||||||
else if(argis("-gencells")) {
|
else if(argis("-gencells")) {
|
||||||
PHASEFROM(2); shift(); start_game();
|
PHASEFROM(2); shift(); start_game();
|
||||||
printf("Generating %d cells...\n", argi());
|
printf("Generating %d cells...\n", argi());
|
||||||
|
Loading…
Reference in New Issue
Block a user