mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 13:07:16 +00:00
threecolor now uses its own ctab, not nestcolors
This commit is contained in:
parent
80df589bd2
commit
6b03aca3c0
@ -1684,8 +1684,8 @@ EX namespace ccolor {
|
||||
}, {});
|
||||
|
||||
EX data threecolor = data("threecolor", [] { return geosupport_threecolor(); }, CCO {
|
||||
return nestcolors[pattern_threecolor(c)]; // TODO%
|
||||
}, {});
|
||||
return cco.ctab[pattern_threecolor(c)];
|
||||
}, { 0x7C0000, 0x007C00, 0x00007C, 0x404040, 0x700070, 0x007070, 0x707000, 0x606060 });
|
||||
|
||||
EX data football = data("football", [] { return geosupport_football(); }, CCO {
|
||||
return cco.ctab[pseudohept(c)];
|
||||
|
Loading…
Reference in New Issue
Block a user