1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-26 15:13:19 +00:00

threecolor now uses its own ctab, not nestcolors

This commit is contained in:
Zeno Rogue 2024-05-10 19:34:01 +02:00
parent 80df589bd2
commit 6b03aca3c0

View File

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