mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-12 15:26:00 +00:00
arg:: -fov parameter
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user