mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-02-22 14:00:13 +00:00
CLI option -smooths 1
This commit is contained in:
parent
11d119766d
commit
8f99715f0d
@ -2534,6 +2534,10 @@ EX int read_config_args() {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_mode = eNeon(argi());
|
||||
}
|
||||
else if(argis("-smooths")) {
|
||||
PHASEFROM(2);
|
||||
shift(); smooth_scrolling = argi();
|
||||
}
|
||||
else if(argis("-neonnf")) {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_nofill = argi();
|
||||
|
Loading…
x
Reference in New Issue
Block a user