1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-26 06:28:30 +02:00

Outline "NO SIGNAL"

This is just in case the background gets changed by a custom level or
something to be something that would otherwise result in bad contrast.
Also if it needs to go outside the box for some reason. And I just like
the look of the outline.
This commit is contained in:
Misa 2021-12-20 20:07:38 -08:00
parent ea5f772636
commit 0e51dc48de

View File

@ -2117,7 +2117,7 @@ void maprender(void)
graphics.drawimage(2, 40 + (i * 12), 21 + (j * 9), false);
}
}
graphics.Print(-1, 105, "NO SIGNAL", 245, 245, 245, true);
graphics.bprint(-1, 105, "NO SIGNAL", 245, 245, 245, true);
}
#ifndef NO_CUSTOM_LEVELS
else if(map.custommode)