changed font colors of intro and cleaned up title
This commit is contained in:
parent
00dcd5cffa
commit
dc00385663
1 changed files with 3 additions and 1 deletions
|
@ -473,7 +473,8 @@ global void ShowIntro(const Intro *intro)
|
|||
//
|
||||
// Draw title
|
||||
//
|
||||
VideoDrawTextCentered(422*VideoWidth/640,28*VideoHeight/480,
|
||||
SetDefaultTextColors(FontWhite, FontYellow);
|
||||
VideoDrawTextCentered((70+340)/2*VideoWidth/640,28*VideoHeight/480,
|
||||
LargeFont,intro->Title);
|
||||
//
|
||||
// Draw scrolling text
|
||||
|
@ -498,6 +499,7 @@ global void ShowIntro(const Intro *intro)
|
|||
}
|
||||
}
|
||||
|
||||
SetDefaultTextColors(FontYellow, FontWhite);
|
||||
DrawContinueButton();
|
||||
DrawAnyCursor();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue