mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-17 07:07:38 +00:00
rogueviz::kohonen:: CLI option -som-wtd
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user