function idv

This commit is contained in:
Zeno Rogue 2021-10-09 09:28:40 +02:00
parent b6986879ec
commit 7d5d2e44e8
1 changed files with 3 additions and 0 deletions

View File

@ -817,6 +817,9 @@ int read_cheat_args() {
else if(argis("-top")) {
PHASE(3); View = View * spin(-M_PI/2);
}
else if(argis("-idv")) {
PHASE(3); View = Id;
}
else if(argis("-gencells")) {
PHASEFROM(2); shift(); start_game();
printf("Generating %d cells...\n", argi());