1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-25 10:57:59 +00:00

minecolors and distcolors now accept less/more colors in table

This commit is contained in:
Zeno Rogue
2022-10-06 13:47:00 +02:00
parent fe937cf20a
commit a1cbf8c906
3 changed files with 11 additions and 22 deletions

View File

@@ -625,9 +625,6 @@ void celldrawer::do_viewdist() {
if(!dist_label_colored) dc = dist_label_color;
// string label = its(fieldpattern::getriverdistleft(c)) + its(fieldpattern::getriverdistright(c));
/* queuepolyat(V, shFloor[ct6], darkena(gradient(0, distcolors[cd&7], 0, .25, 1), fd, 0xC0),
PPR::TEXT); */
if(label != "")
queuestr(V, (isize(label) > 1 ? .6 : 1), label, 0xFF000000 + dc, 1);
}