Created
March 24, 2014 18:04
-
-
Save Skaronator/9745688 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CfgInGameUI | |
{ | |
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"; | |
}; | |
}; | |
}; | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment