mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-10-31 19:36:16 +00:00
rogueviz::kohonen:: CLI option -som-wtd
This commit is contained in:
parent
a4113d39a7
commit
3ad88ad30a
@ -1691,6 +1691,13 @@ int readArgs() {
|
||||
shift();
|
||||
random_edges(argi());
|
||||
}
|
||||
else if(argis("-som-wtd")) {
|
||||
for(int i=0; i<3; i++) {
|
||||
shift();
|
||||
whattodraw[i] = argi();
|
||||
}
|
||||
coloring();
|
||||
}
|
||||
else if(argis("-som-load-n-edges")) {
|
||||
shift(); string edgename = args();
|
||||
shift(); int n = argi();
|
||||
|
Loading…
Reference in New Issue
Block a user