1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-12 19:53:00 +00:00

asteroids:: theming, changed look to invisible floors + grid, provided validity rules

This commit is contained in:
Zeno Rogue
2019-04-04 14:54:55 +02:00
parent 4af11a7f2a
commit f9ba041451
6 changed files with 17 additions and 4 deletions

View File

@@ -5466,7 +5466,7 @@ void drawcell(cell *c, transmatrix V, int spinv, bool mirrored) {
queuechr(V, 1, ch, darkenedby(asciicol, darken), 2);
}
if(vid.grid || (DIM == 3 && c->land == laAsteroids)) {
if(vid.grid || c->land == laAsteroids) {
dynamicval<ld> lw(vid.linewidth, vid.linewidth);
vid.linewidth *= scalefactor;