mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-08 19:56:45 +00:00
rogueviz:🌻: correct colors
This commit is contained in:
parent
fca3a79839
commit
3515117aa8
@ -88,14 +88,15 @@ bool sunflower_cell(cell *c, transmatrix V) {
|
||||
curvepoint(ps[i]);
|
||||
curvepoint(ps[inext[i]]);
|
||||
curvepoint(ps[inext2[i]]);
|
||||
queuecurve(0xFFFFFFFF, 0x00C000FF, PPR::LINE);
|
||||
// queuecurve(0xFFFFFFFF, 0x00C000FF, PPR::LINE);
|
||||
queuecurve(0x000000FF, 0xC04000FF, PPR::LINE);
|
||||
}
|
||||
else {
|
||||
curvepoint(ps[i]);
|
||||
curvepoint(ps[inext[i]]);
|
||||
curvepoint(ps[inext[i] + inext2[i] - i]);
|
||||
curvepoint(ps[inext2[i]]);
|
||||
queuecurve(0xFFFFFFFF, 0x0000C0FF, PPR::LINE);
|
||||
queuecurve(0x000000FF, 0xFFD500FF, PPR::LINE);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user