fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -8,7 +8,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\ACOG\data\ACOG_nohq.paa";
|
||||
texture="braf\braf_weapons_scopes\acog\data\acog_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\ACOG\data\ACOG_as.tga";
|
||||
texture="braf\braf_weapons_scopes\acog\data\acog_as.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\ACOG\data\ACOG_smdi.tga";
|
||||
texture="braf\braf_weapons_scopes\acog\data\acog_smdi.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -80,7 +80,7 @@ class Stage6
|
||||
};
|
||||
class Stage7
|
||||
{
|
||||
texture="a3\Data\env_land_co.tga";
|
||||
texture="a3\data\env_land_co.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user