mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-22 10:43:15 +00:00
arg:: -fov parameter
This commit is contained in:
parent
917fbac4a2
commit
1528d63d29
@ -2104,6 +2104,9 @@ int read_config_args() {
|
||||
else if(argis("-vlq")) {
|
||||
PHASEFROM(2); shift(); vid.linequality = argi();
|
||||
}
|
||||
else if(argis("-fov")) {
|
||||
PHASEFROM(2); shift_arg_formula(vid.fov);
|
||||
}
|
||||
else if(argis("-r")) {
|
||||
PHASEFROM(2);
|
||||
shift();
|
||||
|
Loading…
x
Reference in New Issue
Block a user