fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
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";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
@@ -13,7 +13,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
|
||||
{
|
||||
@@ -49,7 +49,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
|
||||
{
|
||||
@@ -61,7 +61,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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user