Updated Displays

Disabled new gear system
This commit is contained in:
Florian Kinder
2014-02-18 23:51:38 +01:00
parent d74602fb95
commit ad22c7df04
17 changed files with 5137 additions and 566 deletions

View File

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