mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 06:29:59 +00:00
ps2 hud, restore original code
This commit is contained in:
parent
0fbf624623
commit
c5fbb594a5
17 changed files with 954 additions and 358 deletions
|
@ -226,6 +226,7 @@ ConvertingTexturesScreen(uint32 num, uint32 count, const char *text)
|
|||
CFont::SetBackgroundOff();
|
||||
CFont::SetPropOn();
|
||||
CFont::SetScale(SCREEN_SCALE_X(0.45f), SCREEN_SCALE_Y(0.7f));
|
||||
CFont::SetCentreOff();
|
||||
CFont::SetWrapx(SCREEN_SCALE_FROM_RIGHT(170.0f));
|
||||
CFont::SetJustifyOff();
|
||||
CFont::SetColor(CRGBA(255, 217, 106, 255));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue