fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -2,7 +2,7 @@ class AirplaneHUD
|
||||
{
|
||||
#include "cfgHUD.hpp"
|
||||
};
|
||||
class BRAF_A29_SMS_Front
|
||||
class braf_a29_sms_front
|
||||
{
|
||||
topLeft="SMS_lf_TL";
|
||||
topRight="SMS_lf_TR";
|
||||
@@ -33,10 +33,10 @@ class BRAF_A29_SMS_Front
|
||||
class SMSBackground
|
||||
{
|
||||
color[]={0.05,0.05,0.05,1};
|
||||
class BRAF_A29_SMS
|
||||
class braf_a29_sms
|
||||
{
|
||||
type="polygon";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\Data\a29_sms_co.paa";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\data\a29_sms_co.paa";
|
||||
points[]=
|
||||
{
|
||||
{
|
||||
@@ -70,7 +70,7 @@ class BRAF_A29_SMS_Front
|
||||
1
|
||||
};
|
||||
pylon = 1;
|
||||
name = "BRAF_SMS";
|
||||
name = "braf_sms";
|
||||
};
|
||||
class Pylon2 : Pylon1
|
||||
{
|
||||
@@ -153,13 +153,13 @@ class BRAF_A29_SMS_Front
|
||||
*/
|
||||
};
|
||||
};
|
||||
class BRAF_A29_SMS_Back: BRAF_A29_SMS_Front
|
||||
class braf_a29_sms_back: braf_a29_sms_front
|
||||
{
|
||||
topLeft="SMS_lb_TL";
|
||||
topRight="SMS_lb_TR";
|
||||
bottomLeft="SMS_lb_BL";
|
||||
};
|
||||
class BRAF_HRZ_FRONT
|
||||
class braf_hrz_front
|
||||
{
|
||||
topLeft="mfd_lf_tl";
|
||||
topRight="mfd_lf_tr";
|
||||
@@ -5677,7 +5677,7 @@ class BRAF_HRZ_FRONT
|
||||
class Compass
|
||||
{
|
||||
type="polygon";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\Data\A29_horizon_mask_ca.paa";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\data\a29_horizon_mask_ca.paa";
|
||||
points[]=
|
||||
{
|
||||
{
|
||||
@@ -6015,7 +6015,7 @@ class BRAF_HRZ_FRONT
|
||||
{
|
||||
type="text";
|
||||
source="static";
|
||||
text="M/S";
|
||||
text="m/s";
|
||||
sourceScale=1;
|
||||
align="center";
|
||||
scale=1;
|
||||
@@ -7096,13 +7096,13 @@ class BRAF_HRZ_FRONT
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HRZ_BACK: BRAF_HRZ_FRONT
|
||||
class braf_hrz_back: braf_hrz_front
|
||||
{
|
||||
topLeft="mfd_lb_tl";
|
||||
topRight="mfd_lb_tr";
|
||||
bottomLeft="mfd_lb_ml";
|
||||
};
|
||||
class BRAF_HRZ_CFRONT
|
||||
class braf_hrz_cfront
|
||||
{
|
||||
topLeft="hrz_tl_f";
|
||||
topRight="hrz_tr_f";
|
||||
@@ -12494,13 +12494,13 @@ class BRAF_HRZ_CFRONT
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_HRZ_CBACK: BRAF_HRZ_CFRONT
|
||||
class braf_hrz_cback: braf_hrz_cfront
|
||||
{
|
||||
topLeft="hrz_tl_b";
|
||||
topRight="hrz_tr_b";
|
||||
bottomLeft="hrz_bl_b";
|
||||
};
|
||||
class BRAF_DIR_FRONT
|
||||
class braf_dir_front
|
||||
{
|
||||
topLeft="mfd_lf_ml";
|
||||
topRight="mfd_lf_mr";
|
||||
@@ -12648,7 +12648,7 @@ class BRAF_DIR_FRONT
|
||||
class Compass_Gyro
|
||||
{
|
||||
type="polygon";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\Data\A29_gyro_ca.paa";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\data\a29_gyro_ca.paa";
|
||||
points[]=
|
||||
{
|
||||
{
|
||||
@@ -12682,7 +12682,7 @@ class BRAF_DIR_FRONT
|
||||
class Compass_Static
|
||||
{
|
||||
type="polygon";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\Data\A29_gyro_static_ca.paa";
|
||||
texture="braf\braf_air2\braf_airplanes\braf_super_tucano\data\a29_gyro_static_ca.paa";
|
||||
points[]=
|
||||
{
|
||||
{
|
||||
@@ -13268,13 +13268,13 @@ class BRAF_DIR_FRONT
|
||||
};
|
||||
};
|
||||
};
|
||||
class BRAF_DIR_BACK: BRAF_DIR_FRONT
|
||||
class braf_dir_back: braf_dir_front
|
||||
{
|
||||
topLeft="mfd_lb_ml";
|
||||
topRight="mfd_lb_mr";
|
||||
bottomLeft="mfd_lb_bl";
|
||||
};
|
||||
class BRAF_CLK_FRONT
|
||||
class braf_clk_front
|
||||
{
|
||||
topLeft="clk_tl_f";
|
||||
topRight="clk_tr_f";
|
||||
@@ -13409,17 +13409,17 @@ class BRAF_CLK_FRONT
|
||||
*/
|
||||
};
|
||||
};
|
||||
class BRAF_CLK_BACK: BRAF_CLK_FRONT
|
||||
class braf_clk_back: braf_clk_front
|
||||
{
|
||||
topLeft="clk_tl_b";
|
||||
topRight="clk_tr_b";
|
||||
bottomLeft="clk_bl_b";
|
||||
};
|
||||
//class BRAF_FLIr_FRONT
|
||||
//class braf_flir_front
|
||||
//{
|
||||
// #include "cfgFLIr.hpp"
|
||||
//};
|
||||
//class BRAF_FLIr_Back: BRAF_FLIr_FRONT
|
||||
//class braf_flir_back: braf_flir_front
|
||||
//{
|
||||
// topLeft = "FLIr1_TL";
|
||||
// topRight = "FLIr1_TR";
|
||||
|
||||
Reference in New Issue
Block a user