1
0
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:
Zeno Rogue 2020-12-29 04:41:23 +01:00
parent 4cd6f84a78
commit 3b6071e9fb

View File

@ -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();