fix(braf_air) Naming convention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class MFD
|
||||
{
|
||||
class BRAF_HRZ_LEFT
|
||||
class braf_hrz_left
|
||||
{
|
||||
topLeft="MFD_L_TL";
|
||||
topRight="MFD_L_TR";
|
||||
@@ -5826,7 +5826,7 @@ class MFD
|
||||
{
|
||||
type="text";
|
||||
source="static";
|
||||
text="M/S";
|
||||
text="m/s";
|
||||
sourceScale=1;
|
||||
align="center";
|
||||
scale=1;
|
||||
@@ -6907,13 +6907,13 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HRZ_RIGHT: BRAF_HRZ_LEFT
|
||||
class braf_hrz_right: braf_hrz_left
|
||||
{
|
||||
topLeft="MFD_R_TL";
|
||||
topRight="MFD_R_TR";
|
||||
bottomLeft="MFD_R_ML";
|
||||
};
|
||||
class BRAF_HRZ_CENTER
|
||||
class braf_hrz_center
|
||||
{
|
||||
topLeft="HRZ_TL";
|
||||
topRight="HRZ_TR";
|
||||
@@ -12305,7 +12305,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_DIR_LEFT
|
||||
class braf_dir_left
|
||||
{
|
||||
topLeft="MFD_L_ML";
|
||||
topRight="MFD_L_MR";
|
||||
@@ -13374,13 +13374,13 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_DIR_RIGHT: BRAF_DIR_LEFT
|
||||
class braf_dir_right: braf_dir_left
|
||||
{
|
||||
topLeft="MFD_R_ML";
|
||||
topRight="MFD_R_MR";
|
||||
bottomLeft="MFD_R_BL";
|
||||
};
|
||||
class BRAF_ENG_TOP
|
||||
class braf_eng_top
|
||||
{
|
||||
topLeft="MFD_M_TL";
|
||||
topRight="MFD_M_TR";
|
||||
@@ -13454,7 +13454,7 @@ class MFD
|
||||
class Top
|
||||
{
|
||||
type="polygon";
|
||||
texture="braf\braf_air\Braf_Helicopters\Braf_Pantera\data\engine2_ca.paa";
|
||||
texture="braf\braf_air\braf_helicopters\braf_pantera\data\engine2_ca.paa";
|
||||
points[]=
|
||||
{
|
||||
{
|
||||
@@ -13517,7 +13517,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_ENG_BOTTOM
|
||||
class braf_eng_bottom
|
||||
{
|
||||
topLeft="MFD_M_ML";
|
||||
topRight="MFD_M_MR";
|
||||
@@ -13580,7 +13580,7 @@ class MFD
|
||||
class Bottom
|
||||
{
|
||||
type="polygon";
|
||||
texture="braf\braf_air\Braf_Helicopters\Braf_Pantera\data\engine1_ca.paa";
|
||||
texture="braf\braf_air\braf_helicopters\braf_pantera\data\engine1_ca.paa";
|
||||
points[]=
|
||||
{
|
||||
{
|
||||
@@ -13610,7 +13610,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_CLK_LEFT
|
||||
class braf_clk_left
|
||||
{
|
||||
topLeft="CLK_L_TL";
|
||||
topRight="CLK_L_TR";
|
||||
@@ -13743,13 +13743,13 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_CLK_RIGHT: BRAF_CLK_LEFT
|
||||
class braf_clk_right: braf_clk_left
|
||||
{
|
||||
topLeft="CLK_R_TL";
|
||||
topRight="CLK_R_TR";
|
||||
bottomLeft="CLK_R_BL";
|
||||
};
|
||||
class BRAF_GPS_LEFT
|
||||
class braf_gps_left
|
||||
{
|
||||
topLeft="GPS_TL";
|
||||
topRight="GPS_TR";
|
||||
@@ -13779,7 +13779,7 @@ class MFD
|
||||
class GPS
|
||||
{
|
||||
type="polygon";
|
||||
texture="braf\braf_air\braf_helicopters\braf_fennec\data\GPS_175_co.paa";
|
||||
texture="braf\braf_air\braf_helicopters\braf_fennec\data\gps_175_co.paa";
|
||||
points[]=
|
||||
{
|
||||
{
|
||||
@@ -13806,7 +13806,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_GUN_LEFT
|
||||
class braf_gun_left
|
||||
{
|
||||
topLeft="GUN_TL";
|
||||
topRight="GUN_TR";
|
||||
@@ -13917,7 +13917,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_COM
|
||||
class braf_com
|
||||
{
|
||||
topLeft="COM_TL";
|
||||
topRight="COM_TR";
|
||||
@@ -14011,7 +14011,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
///*
|
||||
class BRAF_HUD
|
||||
class braf_hud
|
||||
{
|
||||
topLeft="HUD_TL";
|
||||
topRight="HUD_TR";
|
||||
|
||||
Reference in New Issue
Block a user