0.7 + 1.7.5.M1D19

This commit is contained in:
vbawol
2013-01-20 09:36:43 -06:00
parent e84cbbd2ef
commit 1cb4388089
24 changed files with 571 additions and 396 deletions

View File

@@ -58,6 +58,78 @@ class CfgInGameUI
{
cueColor[] = {0,0,0,0};
};
class MPTable
{
color[] = {0,0,0,0}; //{0.7,0.7,0.7,1};
colorTitleBg[] = {0,0,0,0}; //{0.1,0.15,0.15,1};
colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.9};
colorSelected[] = {0,0,0,0}; //{0.7,0.7,0.7,0.4};
colorWest[] = {0,0,0,0}; //{0.7,0.95,0.7,1};
colorEast[] = {0,0,0,0}; //{0.95,0.7,0.7,1};
colorCiv[] = {0,0,0,0}; //{0.8,0.8,0.8,1};
colorRes[] = {0,0,0,0}; //{0.7,0.7,0.95,1};
font = "EtelkaNarrowMediumPro";
size = "0"; //"( 21 / 408 )";
class Columns
{
class Order
{
width = 0; //0.046;
colorBg[] = {0,0,0,0}; //{0.1,0.27,0.1,0.8};
doubleLine = 0;
};
class Player
{
width = 0; //0.25;
colorBg[] = {0,0,0,0}; //{0.1,0.23,0.1,0.8};
doubleLine = 0;
};
class KillsInfantry
{
width = 0; //0.11;
doubleLine = 0;
colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8};
picture = ""; //"\ca\ui\data\stats_infantry_ca.paa";
};
class KillsSoft
{
width = 0; //0.1;
doubleLine = 0;
colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8};
picture = ""; //"\ca\ui\data\stats_soft_ca.paa";
};
class KillsArmor
{
width = 0; //0.11;
doubleLine = 0;
colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8};
picture = ""; //"\ca\ui\data\stats_armored_ca.paa";
};
class KillsAir
{
width = 0; //0.1;
doubleLine = 0;
colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8};
picture = ""; //"\ca\ui\data\stats_air_ca.paa";
};
class Killed
{
width = 0; //0.1;
doubleLine = 0;
colorBg[] = {0,0,0,0}; //{0.1,0.15,0.1,0.8};
picture = ""; //"\ca\ui\data\stats_killed_ca.paa";
};
class KillsTotal
{
width = 0; //0.1;
doubleLine = 0;
colorBg[] = {0,0,0,0}; //{0.1,0.35,0.1,0.9};
picture = ""; //"\ca\ui\data\stats_total_ca.paa";
};
};
};
};
class RscPictureGUI