mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-14 13:57:38 +00:00
option -dred to debug drawingtool quickly
This commit is contained in:
@@ -2897,6 +2897,11 @@ int read_editor_args() {
|
|||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#if CAP_POLY
|
#if CAP_POLY
|
||||||
|
else if(argis("-dred")) {
|
||||||
|
PHASEFROM(2);
|
||||||
|
mapeditor::dtcolor = 0xFF0000FF;
|
||||||
|
mapeditor::dtwidth = 0.1;
|
||||||
|
}
|
||||||
else if(argis("-picload")) { PHASE(3); shift(); mapeditor::loadPicFile(args()); }
|
else if(argis("-picload")) { PHASE(3); shift(); mapeditor::loadPicFile(args()); }
|
||||||
#endif
|
#endif
|
||||||
else return 1;
|
else return 1;
|
||||||
|
Reference in New Issue
Block a user