mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-07 08:54:07 +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);
|
PHASEFROM(2);
|
||||||
shift(); neon_mode = eNeon(argi());
|
shift(); neon_mode = eNeon(argi());
|
||||||
}
|
}
|
||||||
|
else if(argis("-neonnf")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
shift(); neon_nofill = argi();
|
||||||
|
}
|
||||||
else if(argis("-precw")) {
|
else if(argis("-precw")) {
|
||||||
PHASEFROM(2);
|
PHASEFROM(2);
|
||||||
shift_arg_formula(precise_width);
|
shift_arg_formula(precise_width);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user