mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Add blood type support for all differnt GUI versions
This commit is contained in:
@@ -501,6 +501,15 @@ class RscTitles
|
||||
w = 0.075;
|
||||
h = 0.10;
|
||||
};
|
||||
class RscPicture_1310: RscPictureGUI
|
||||
{
|
||||
idc = 1310;
|
||||
// blood type
|
||||
x = 0.955313 * safezoneW + safezoneX;
|
||||
y = 0.79 * safezoneH + safezoneY;
|
||||
w = 0.075;
|
||||
h = 0.10;
|
||||
};
|
||||
};
|
||||
};
|
||||
class playerStatusGUI_legacy {
|
||||
@@ -685,6 +694,15 @@ class RscTitles
|
||||
w = 0.075;
|
||||
h = 0.10;
|
||||
};
|
||||
class RscPicture_1310: RscPictureGUI
|
||||
{
|
||||
idc = 1310;
|
||||
// blood type
|
||||
x = 0.951613 * safezoneW + safezoneX;
|
||||
y = 0.79 * safezoneH + safezoneY;
|
||||
w = 0.075;
|
||||
h = 0.10;
|
||||
};
|
||||
};
|
||||
};
|
||||
class DZ_BlackScreen {
|
||||
|
||||
Reference in New Issue
Block a user