mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-14 04:14:06 +00:00
set ipd via CLI
This commit is contained in:
parent
f84f51e972
commit
833c8080ff
@ -646,6 +646,10 @@ int read_cheat_args() {
|
|||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift(); vid.stereo_mode = eStereo(argi());
|
shift(); vid.stereo_mode = eStereo(argi());
|
||||||
}
|
}
|
||||||
|
else if(argis("-ipd")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift_arg_formula(vid.ipd);
|
||||||
|
}
|
||||||
#if CAP_INV
|
#if CAP_INV
|
||||||
else if(argis("-IU")) {
|
else if(argis("-IU")) {
|
||||||
PHASE(3) cheat();
|
PHASE(3) cheat();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user