From 6af2f571f3c913de31ab3a08e74b48f5c69340e2 Mon Sep 17 00:00:00 2001 From: worldwidesorrow Date: Tue, 21 Apr 2020 17:58:23 -0500 Subject: [PATCH] Update RscPlayerUI.hpp Correct the position of the muted sound icon and switch the broken leg icon for the borderless Epoch option. --- SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp index 6e8da029c..97f93b200 100644 --- a/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp +++ b/SQF/dayz_code/Configs/RscDisplay/RscPlayerUI.hpp @@ -382,11 +382,11 @@ class RscTitles class RscPicture_1203: RscPictureGUI { idc = 1203; - text = "\z\addons\dayz_code\gui\status\status_effect_brokenleg.paa"; + text = "\z\addons\dayz_code\gui\status_epoch\status_fracture_ca.paa"; x = 0.955313 * safezoneW + safezoneX; y = 0.58 * safezoneH + safezoneY; - w = 0.075; - h = 0.10; + w = 0.06; + h = 0.08; colorText[] = {1,1,1,1}; }; class RscPicture_1904: RscPictureGUI @@ -403,7 +403,7 @@ class RscTitles idc = 1204; text = "\z\addons\dayz_code\gui\status\status_sound_muted.paa"; // previously status_connection_ca which is not used x = 0.955313 * safezoneW + safezoneX; - y = 0.51 * safezoneH + safezoneY; + y = 0.44 * safezoneH + safezoneY; w = 0.075; h = 0.10; colorText[] = {1,1,1,1}; @@ -569,7 +569,7 @@ class RscTitles idc = 1204; text = "\z\addons\dayz_code\gui\status\status_sound_muted.paa"; // previously status_connection_ca which is not used x = 0.955313 * safezoneW + safezoneX; - y = 0.51 * safezoneH + safezoneY; + y = 0.44 * safezoneH + safezoneY; w = 0.075; h = 0.10; colorText[] = {1,1,1,1};