mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 21:07:17 +00:00
CLI option -neonnf
This commit is contained in:
parent
4e30c79c37
commit
eca6a77753
@ -2534,6 +2534,10 @@ EX int read_config_args() {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_mode = eNeon(argi());
|
||||
}
|
||||
else if(argis("-neonnf")) {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_nofill = argi();
|
||||
}
|
||||
else if(argis("-precw")) {
|
||||
PHASEFROM(2);
|
||||
shift_arg_formula(precise_width);
|
||||
|
Loading…
Reference in New Issue
Block a user