fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -9,7 +9,7 @@ VertexShaderID="Super";
|
||||
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_nohq.paa";
|
||||
texture="braf\braf_characters_aviation\flighthelmets\data\hgu55\hgu55p_camo_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -45,7 +45,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_as.paa";
|
||||
texture="braf\braf_characters_aviation\flighthelmets\data\hgu55\hgu55p_camo_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -57,7 +57,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_smdi.paa";
|
||||
texture="braf\braf_characters_aviation\flighthelmets\data\hgu55\hgu55p_camo_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -86,5 +86,5 @@ class Stage7
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture="braf\braf_characters_aviation\Flighthelmets\data\HGU55\HGU55P_camo_ti_ca.paa";
|
||||
texture="braf\braf_characters_aviation\flighthelmets\data\hgu55\hgu55p_camo_ti_ca.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user