mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-27 09:24:53 +00:00
CLI: noplayer now removes the player as the name suggests, and -drawplayer 1 draws the player
This commit is contained in:
parent
b8f916df3a
commit
b6503f0059
@ -3181,7 +3181,8 @@ int read_pattern_args() {
|
||||
|
||||
else if(argis("-palgw")) shift_arg_formula(linepatterns::width);
|
||||
|
||||
else if(argis("-noplayer")) mapeditor::drawplayer = !mapeditor::drawplayer;
|
||||
else if(argis("-noplayer")) mapeditor::drawplayer = false;
|
||||
else if(argis("-drawplayer")) { shift(); mapeditor::drawplayer = argi(); }
|
||||
else if(argis("-pcol")) {
|
||||
shift();
|
||||
colortable *ct = &(colortables[patterns::whichCanvas]);
|
||||
|
Loading…
Reference in New Issue
Block a user