From 0e51dc48dea6a082e42bf248b6892bf725538913 Mon Sep 17 00:00:00 2001 From: Misa Date: Mon, 20 Dec 2021 20:07:38 -0800 Subject: [PATCH] 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. --- desktop_version/src/Render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop_version/src/Render.cpp b/desktop_version/src/Render.cpp index c8b51528..cb5cbaa0 100644 --- a/desktop_version/src/Render.cpp +++ b/desktop_version/src/Render.cpp @@ -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)