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:
Falco Girgis
2025-03-30 04:10:16 -05:00
parent eea56cb195
commit 4178d6f8f0

View File

@@ -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