mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-23 03:03:12 +00:00
cli option dmc
This commit is contained in:
parent
4cd6f84a78
commit
3b6071e9fb
@ -2690,6 +2690,10 @@ EX int read_config_args() {
|
||||
PHASEFROM(2);
|
||||
shift(); neon_mode = eNeon(argi());
|
||||
}
|
||||
else if(argis("-dmc")) {
|
||||
PHASEFROM(2);
|
||||
shift(); vid.drawmousecircle = argi();
|
||||
}
|
||||
else if(argis("-smooths")) {
|
||||
PHASEFROM(2);
|
||||
shift(); smooth_scrolling = argi();
|
||||
|
Loading…
x
Reference in New Issue
Block a user