1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-13 04:13:03 +00:00

improved floorshape debugger

This commit is contained in:
Zeno Rogue
2018-08-18 17:38:07 +02:00
parent 1a6427ba32
commit 18d917da79
2 changed files with 28 additions and 41 deletions

View File

@@ -4934,6 +4934,8 @@ void drawMarkers() {
if(!(cmode & sm::NORMAL)) return;
viewmat();
for(cell *c1: crush_now)
queuecircleat(c1, .8, darkena(minf[moCrusher].color, 0, 0xFF));