mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-10 07:44:09 +00:00
Font: Hud: Use orig. text dimensions, fix right-align calculations
This commit is contained in:
parent
a2e0373d22
commit
fe5d0c9cdf
10 changed files with 67 additions and 52 deletions
|
@ -137,7 +137,7 @@ void MessageScreen(char *msg)
|
|||
CFont::SetWrapx(SCREEN_SCALE_FROM_RIGHT(190.0f)); // 450.0f
|
||||
CFont::SetScale(SCREEN_SCALE_X(1.0f), SCREEN_SCALE_Y(1.0f));
|
||||
CFont::SetCentreOn();
|
||||
CFont::SetCentreSize(SCREEN_SCALE_FROM_RIGHT(190.0f)); // 450.0f
|
||||
CFont::SetCentreSize(SCREEN_SCALE_X(450.0f));
|
||||
CFont::SetJustifyOff();
|
||||
CFont::SetColor(CRGBA(255, 255, 255, 255));
|
||||
CFont::SetDropColor(CRGBA(32, 32, 32, 255));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue