mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-30 10:00:07 +02:00
Moved HUD location label up to align with minimap.
Users were complaining that the location HUD strings were appearing too low onscreen and were getting cut-off on certain CRTs and that the placement of this text does not match that of the PS2 version and looks janky. This PR simply moves it up vertically to align with the bottom of the Radar guage so that it doesn't get cut off and matches the relative positioning of the PS2 version, which people seem to like better.
This commit is contained in:
@@ -39,7 +39,11 @@
|
||||
#define AMMO_X 66.0f
|
||||
#define HEALTH_X 110.0f
|
||||
#define STARS_X 60.0f
|
||||
#ifdef RW_DC
|
||||
#define ZONE_Y 64.0f
|
||||
#else
|
||||
#define ZONE_Y 30.0f
|
||||
#endif
|
||||
#define VEHICLE_Y 55.0f
|
||||
#define CLOCK_X 111.0f
|
||||
#define SUBS_Y 68.0f
|
||||
|
Reference in New Issue
Block a user