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_air2\braf_Air_Weap2\data\camo5_ti_ca.tga";
|
||||
// texture = "braf\braf_air2\braf_air_weap2\data\camo5_ti_ca.tga";
|
||||
//};
|
||||
ambient[]={0.75,0.75,0.75,1.0};
|
||||
diffuse[]={0.75,0.75,0.75,1.0};
|
||||
@@ -12,7 +12,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_air2\braf_Air_Weap2\data\camo5_nohq.tga";
|
||||
texture = "braf\braf_air2\braf_air_weap2\data\camo5_nohq.tga";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -48,7 +48,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture = "braf\braf_air2\braf_Air_Weap2\data\camo5_as.tga";
|
||||
texture = "braf\braf_air2\braf_air_weap2\data\camo5_as.tga";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -60,7 +60,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf\braf_air2\braf_Air_Weap2\data\camo5_smdi.tga";
|
||||
texture = "braf\braf_air2\braf_air_weap2\data\camo5_smdi.tga";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user