Use smaller sound muted UI icon and better alignment

Vanilla development commit:

6aba95d251
This commit is contained in:
ebaydayz
2016-07-21 14:58:03 -04:00
parent 9ea9af3272
commit 67f6d86440
3 changed files with 3 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ class RscTitles
idc = 1904;
text = "\z\addons\dayz_code\gui\status\status_bg.paa";
x = 0.955313 * safezoneW + safezoneX;
y = 0.51 * safezoneH + safezoneY;
y = 0.44 * safezoneH + safezoneY;
w = 0.075;
h = 0.10;
};
@@ -230,7 +230,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};