mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-05 10:17:03 +00:00
option -dred to debug drawingtool quickly
This commit is contained in:
parent
ecbd0eca83
commit
87d5545428
@ -2897,6 +2897,11 @@ int read_editor_args() {
|
||||
#endif
|
||||
}
|
||||
#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()); }
|
||||
#endif
|
||||
else return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user