mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Updated Displays
Disabled new gear system
This commit is contained in:
@@ -79,37 +79,6 @@ class CfgAddons
|
||||
};
|
||||
};
|
||||
|
||||
class RscPictureGUI
|
||||
{
|
||||
access = 0;
|
||||
type = 0;
|
||||
idc = -1;
|
||||
colorBackground[] = {0,0,0,0};
|
||||
colorText[] = {0.38,0.63,0.26,0.75};
|
||||
font = "TahomaB";
|
||||
sizeEx = 0;
|
||||
lineSpacing = 0;
|
||||
text = "";
|
||||
style = "0x30 + 0x100";
|
||||
x = 0;
|
||||
y = 0;
|
||||
w = 0.2;
|
||||
h = 0.15;
|
||||
};
|
||||
|
||||
class RscStructuredText {
|
||||
class Attributes;
|
||||
};
|
||||
class RscStructuredTextGUI: RscStructuredText
|
||||
{
|
||||
colorBackground[] = {0,0,0,0};
|
||||
colorText[] = {1,1,1,1};
|
||||
class Attributes: Attributes
|
||||
{
|
||||
align = "center";
|
||||
valign = "middle";
|
||||
};
|
||||
};
|
||||
#include "Configs\cfgMoves.hpp"
|
||||
#include "Configs\rscTitles.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user