mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-06 17:09:44 +01: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:
parent
ea5f772636
commit
0e51dc48de
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue