mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
rogueviz::fundamental::more CLI options
This commit is contained in:
@@ -294,6 +294,9 @@ int readArgs() {
|
||||
using namespace arg;
|
||||
|
||||
if(0) ;
|
||||
else if(argis("-fundamental0")) {
|
||||
enable_fundamental();
|
||||
}
|
||||
else if(argis("-fundamental")) {
|
||||
shift(); funmode = argi();
|
||||
shift(); color1 = arghex();
|
||||
@@ -303,6 +306,10 @@ int readArgs() {
|
||||
shift_arg_formula(label_dist);
|
||||
enable_fundamental();
|
||||
}
|
||||
else if(argis("-fundamental-more")) {
|
||||
shift(); single_edges = argi();
|
||||
shift(); fill_faces = argi();
|
||||
}
|
||||
else return 1;
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user