Add blood type support for all differnt GUI versions

This commit is contained in:
AirwavesMan
2021-01-17 10:26:08 +01:00
parent b11dac3fd7
commit 4af57d2357
2 changed files with 31 additions and 8 deletions

View File

@@ -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 {