mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03: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:
@@ -2117,7 +2117,7 @@ void maprender(void)
|
|||||||
graphics.drawimage(2, 40 + (i * 12), 21 + (j * 9), false);
|
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
|
#ifndef NO_CUSTOM_LEVELS
|
||||||
else if(map.custommode)
|
else if(map.custommode)
|
||||||
|
|||||||
Reference in New Issue
Block a user