Add combat icon + toggle for Vanilla UI

This commit is contained in:
icomrade
2016-07-25 20:55:36 -04:00
parent 66e35d1629
commit fbc7754750
3 changed files with 51 additions and 6 deletions

View File

@@ -253,6 +253,25 @@ class RscTitles
w = 0.075;
h = 0.10;
};
class RscPicture_1209: RscPictureGUI
{
idc = 1209;
//text = "\z\addons\dayz_code\gui\status\status_combat_border_CA.paa";
x = "0.955313 * safezoneW + safezoneX";
y = "0.65 * safezoneH + safezoneY";
w = 0.06;
h = 0.08;
};
class RscPicture_1909: RscPictureGUI
{
idc = 1909;
//text = "\z\addons\dayz_code\gui\status\status_bg.paa";
x = "0.955313 * safezoneW + safezoneX";
y = "0.65 * safezoneH + safezoneY";
w = 0.06;
h = 0.08;
};
};
class Controls {
class RscPicture_1301: RscPictureGUI
@@ -328,6 +347,14 @@ class RscTitles
w = 0.075;
h = 0.10;
};
class RscPicture_1308 : RscPictureGUI {
idc = 1308;
//text = "\z\addons\dayz_code\gui\status\status_combat_inside_ca.paa";
x = "0.955313 * safezoneW + safezoneX";
y = "0.65 * safezoneH + safezoneY";
w = 0.06;
h = 0.08;
};
};
};