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_HRZ1
|
||||
class braf_hrz1
|
||||
{
|
||||
topLeft="MFD1_TL";
|
||||
topRight="MFD1_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_HRZ2: BRAF_HRZ1
|
||||
class braf_hrz2: braf_hrz1
|
||||
{
|
||||
topLeft="MFD4_TL";
|
||||
topRight="MFD4_TR";
|
||||
bottomLeft="MFD4_BL";
|
||||
};
|
||||
class BRAF_HRZ3
|
||||
class braf_hrz3
|
||||
{
|
||||
topLeft="HRZ_TL";
|
||||
topRight="HRZ_TR";
|
||||
@@ -12305,7 +12305,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_DIR1
|
||||
class braf_dir1
|
||||
{
|
||||
topLeft="MFD2_TL";
|
||||
topRight="MFD2_TR";
|
||||
@@ -13374,13 +13374,13 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_DIR2: BRAF_DIR1
|
||||
class braf_dir2: braf_dir1
|
||||
{
|
||||
topLeft="MFD3_TL";
|
||||
topRight="MFD3_TR";
|
||||
bottomLeft="MFD3_BL";
|
||||
};
|
||||
class BRAF_ENG1
|
||||
class braf_eng1
|
||||
{
|
||||
topLeft="ENG1_TL";
|
||||
topRight="ENG1_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_ENG2
|
||||
class braf_eng2
|
||||
{
|
||||
topLeft="ENG2_TL";
|
||||
topRight="ENG2_TR";
|
||||
@@ -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_COM1
|
||||
class braf_com1
|
||||
{
|
||||
topLeft="COM1_TL";
|
||||
topRight="COM1_TR";
|
||||
@@ -13703,7 +13703,7 @@ class MFD
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_COM2: BRAF_COM1
|
||||
class braf_com2: braf_com1
|
||||
{
|
||||
topLeft="COM2_TL";
|
||||
topRight="COM2_TR";
|
||||
|
||||
Reference in New Issue
Block a user