mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 17:49:43 +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
9cddae8cc3
commit
44ebb19d77
1 changed files with 1 additions and 1 deletions
|
@ -2109,7 +2109,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