mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-30 18:04:09 +03:00
don't apply linegap to certain special textboxes
level complete, game complete and "You have rescued a crew member!"
This commit is contained in:
committed by
Terry Cavanagh
parent
cc1528aacc
commit
8b73a38ed2
@@ -1506,6 +1506,12 @@ void Graphics::textboxadjust(void)
|
||||
textboxes[m].adjust();
|
||||
}
|
||||
|
||||
void Graphics::setlinegap(int customvalue)
|
||||
{
|
||||
textboxes[m].linegap = customvalue;
|
||||
textboxes[m].resize();
|
||||
}
|
||||
|
||||
int Graphics::getlinegap(void)
|
||||
{
|
||||
// Don't use linegaps in custom levels, for now anyway
|
||||
|
||||
Reference in New Issue
Block a user