mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-26 01:50:36 +00:00
2d3d:: colored rose scent
This commit is contained in:
parent
f2b0f33496
commit
684480ccaf
@ -3521,7 +3521,7 @@ void setcolors(cell *c, color_t& wcol, color_t& fcol) {
|
|||||||
fcol = wcol;
|
fcol = wcol;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
if(DIM == 2) {
|
if(GDIM == 2) {
|
||||||
int rd = rosedist(c);
|
int rd = rosedist(c);
|
||||||
if(rd == 1)
|
if(rd == 1)
|
||||||
wcol = gradient(0x804060, wcol, 0,1,3),
|
wcol = gradient(0x804060, wcol, 0,1,3),
|
||||||
|
Loading…
Reference in New Issue
Block a user