1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-09 10:14:16 +00:00

option 'permaside' (-pside) to permanently move the model to the left side

This commit is contained in:
Zeno Rogue
2019-10-07 00:08:37 +02:00
parent 5664e51bde
commit 07abd6384a
2 changed files with 7 additions and 1 deletions

View File

@@ -2323,6 +2323,10 @@ EX int read_config_args() {
shift_arg_formula(vid.yshift);
shift_arg_formula(vid.camera_angle);
}
else if(argis("-pside")) {
PHASEFROM(2);
permaside = true;
}
else if(argis("-xy")) {
PHASEFROM(2);
shift_arg_formula(vid.xposition);