1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-05 11:57:58 +00:00

innerwall is now a param

This commit is contained in:
Zeno Rogue
2024-05-27 14:38:29 +02:00
parent 0df75589ca
commit 502469a54a
3 changed files with 9 additions and 8 deletions

View File

@@ -427,6 +427,14 @@ int read_legacy_args_anim() {
shift_arg_formula(normal_angle);
}
}
else if(argis("-innerwall")) {
PHASEFROM(2);
patterns::innerwalls = true;
}
else if(argis("-noinnerwall")) {
PHASEFROM(2);
patterns::innerwalls = false;
}
else if(argis("-animrotd")) {
start_game();
ma = maRotation;