mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-23 05:19:42 +00:00
new commandline options: -fsh and -noshadow
This commit is contained in:
@@ -121,6 +121,9 @@ int arg::readCommon() {
|
||||
else if(argis("-wm")) { PHASEFROM(2); shift(); vid.wallmode = argi(); }
|
||||
else if(argis("-mm")) { PHASEFROM(2); shift(); vid.monmode = argi(); }
|
||||
|
||||
else if(argis("-wsh")) { shift(); patterns::whichShape = args()[0]; }
|
||||
else if(argis("-noshadow")) { noshadow = true; }
|
||||
|
||||
// non-configurable options
|
||||
else if(argis("-vsync_off")) {
|
||||
vsync_off = true;
|
||||
|
||||
Reference in New Issue
Block a user