From e93783d19099b2db8e953894853c4223bd17c4c9 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Sun, 13 Sep 2020 15:14:13 +0200 Subject: [PATCH] Fix coin ui position in relation with broken bones --- SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp index 5c0ef8626..d681919f2 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp @@ -897,7 +897,7 @@ class RscTitles type = 13; size = 0.040; x = safezoneX + (safezoneW -0.35); - y = safezoneY + 0.43 * safezoneW; + y = safezoneY + 0.38 * safezoneW; w = 0.35; h = 0.20; colorText[] = {1,1,1,1}; lineSpacing = 3;