mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 15:00:37 +00:00
fixes to last HUD commits
This commit is contained in:
parent
0bea6d039b
commit
ae7cb92437
6 changed files with 22 additions and 11 deletions
|
@ -161,6 +161,8 @@ cMusicManager::DisplayRadioStationName()
|
|||
CFont::SetPropOn();
|
||||
CFont::SetFontStyle(FONT_HEADING);
|
||||
CFont::SetCentreOn();
|
||||
// Reminder: Game doesn't have "scaling" at all, it just stretches, and it's team's decision here to not let centered text occupy all the screen.
|
||||
// Disable ASPECT_RATIO_SCALE and it'll go back to default behaviour; stretching.
|
||||
CFont::SetCentreSize(SCREEN_SCALE_X(DEFAULT_SCREEN_WIDTH));
|
||||
CFont::SetColor(CRGBA(0, 0, 0, 255));
|
||||
#ifdef FIX_BUGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue