mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-01 01:10:10 +00:00
rogueviz::fundamental::more CLI options
This commit is contained in:
parent
cee9bb5d3b
commit
d185c11c8b
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user