1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-16 06:37:38 +00:00

extra commandline option

This commit is contained in:
Zeno Rogue
2020-12-28 22:01:29 +01:00
parent 11e7ddc8ee
commit 60c3f383b9
2 changed files with 16 additions and 0 deletions

4
vr.cpp
View File

@@ -914,6 +914,10 @@ int readArgs() {
PHASEFROM(2);
shift_arg_formula(pconf.vr_zshift);
}
else if(argis("-vr-angle")) {
PHASEFROM(2);
shift_arg_formula(pconf.vr_angle);
}
else if(argis("-d:vr")) {
PHASEFROM(2); launch_dialog(show_vr_settings);
}