mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-31 10:21:45 +02:00
Merge branch 'falco/location_ui_string_positioning' into 'main'
Moved HUD location label up to align with minimap. See merge request skmp/dca3-game!89
This commit is contained in:
@@ -39,7 +39,11 @@
|
|||||||
#define AMMO_X 66.0f
|
#define AMMO_X 66.0f
|
||||||
#define HEALTH_X 110.0f
|
#define HEALTH_X 110.0f
|
||||||
#define STARS_X 60.0f
|
#define STARS_X 60.0f
|
||||||
|
#ifdef RW_DC
|
||||||
|
#define ZONE_Y 64.0f
|
||||||
|
#else
|
||||||
#define ZONE_Y 30.0f
|
#define ZONE_Y 30.0f
|
||||||
|
#endif
|
||||||
#define VEHICLE_Y 55.0f
|
#define VEHICLE_Y 55.0f
|
||||||
#define CLOCK_X 111.0f
|
#define CLOCK_X 111.0f
|
||||||
#define SUBS_Y 68.0f
|
#define SUBS_Y 68.0f
|
||||||
|
Reference in New Issue
Block a user