fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class CfgSkeletons
|
||||
{
|
||||
class BRAF_A29Skeleton
|
||||
class braf_a29skeleton
|
||||
{
|
||||
isDiscrete=1;
|
||||
skeletonInherit="";
|
||||
@@ -159,7 +159,7 @@ class CfgSkeletons
|
||||
"white_collision","damageHide"
|
||||
};
|
||||
};
|
||||
class BRAF_EjectionSeatSkeleton
|
||||
class braf_ejectionseatskeleton
|
||||
{
|
||||
isDiscrete=1;
|
||||
skeletonInherit="";
|
||||
@@ -169,7 +169,7 @@ class CfgSkeletons
|
||||
"rocket_flash",""
|
||||
};
|
||||
};
|
||||
class BRAF_A29CockpitSkeleton
|
||||
class braf_a29cockpitskeleton
|
||||
{
|
||||
isDiscrete=1;
|
||||
skeletonInherit="";
|
||||
@@ -195,7 +195,7 @@ class CfgModels
|
||||
mfMax=100;
|
||||
mFact=0;
|
||||
tBody=0;
|
||||
skeletonName="BRAF_A29Skeleton";
|
||||
skeletonName="braf_a29skeleton";
|
||||
sectionsInherit="";
|
||||
sections[]=
|
||||
{
|
||||
@@ -1190,7 +1190,7 @@ class CfgModels
|
||||
mfMax=100;
|
||||
mFact=0;
|
||||
tBody=0;
|
||||
skeletonName="BRAF_A29CockpitSkeleton";
|
||||
skeletonName="braf_a29cockpitskeleton";
|
||||
sectionsInherit="";
|
||||
sections[]=
|
||||
{
|
||||
@@ -1208,7 +1208,7 @@ class CfgModels
|
||||
mfMax=100;
|
||||
mFact=0;
|
||||
tBody=0;
|
||||
skeletonName="BRAF_EjectionSeatSkeleton";
|
||||
skeletonName="braf_ejectionseatskeleton";
|
||||
sectionsInherit="";
|
||||
sections[]={};
|
||||
class Animations
|
||||
|
||||
Reference in New Issue
Block a user