mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-18 23:10:26 +00:00
VR:: -vr-pl option
This commit is contained in:
parent
be0309c656
commit
ecbd0eca83
4
vr.cpp
4
vr.cpp
@ -1105,6 +1105,10 @@ int readArgs() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(pconf.vr_zshift);
|
shift_arg_formula(pconf.vr_zshift);
|
||||||
}
|
}
|
||||||
|
else if(argis("-vr-pl")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift_arg_formula(pointer_length);
|
||||||
|
}
|
||||||
else if(argis("-vr-angle")) {
|
else if(argis("-vr-angle")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(pconf.vr_angle);
|
shift_arg_formula(pconf.vr_angle);
|
||||||
|
Loading…
Reference in New Issue
Block a user