1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 06:03:23 +00:00

rogueviz::kohonen:: CLI option -som-wtd

This commit is contained in:
Zeno Rogue 2021-03-31 00:51:16 +02:00
parent a4113d39a7
commit 3ad88ad30a

View File

@ -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();