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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user