1
0
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:
Zeno Rogue
2018-06-25 22:59:29 +02:00
parent 440940a945
commit 40e9c6687c
2 changed files with 7 additions and 2 deletions

View File

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