mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 17:39:49 +00:00
HUD sizes
This commit is contained in:
@ -51,9 +51,8 @@ enum eSprites
|
||||
NUM_HUD_SPRITES,
|
||||
};
|
||||
|
||||
// TODO(Miami): Make those 0.7f - 1.25f once fonts have been ported
|
||||
#define HUD_TEXT_SCALE_X 0.8f
|
||||
#define HUD_TEXT_SCALE_Y 1.35f
|
||||
#define HUD_TEXT_SCALE_X 0.7f
|
||||
#define HUD_TEXT_SCALE_Y 1.25f
|
||||
|
||||
class CHud
|
||||
{
|
||||
|
Reference in New Issue
Block a user