1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 11:38:05 +00:00

configuration of type colors

This commit is contained in:
Zeno Rogue
2019-07-03 04:56:30 +02:00
parent 75dd6bbc02
commit 664ca63acc
2 changed files with 6 additions and 2 deletions

View File

@@ -2552,6 +2552,7 @@ int read_pattern_args() {
if(c == 't') ct = &nestcolors;
else if(c == 'd') ct = &distcolors;
else if(c == 'm') ct = &minecolors;
else if(c == 'E') { shift(); int d = argi(); shift(); expcolors[d] = arghex(); }
else ct = &(colortables[patterns::whichCanvas]);
shift();
}