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_weapons_scopes\Eotech_xps3_g33\Data\glass_real_ca.paa";
|
||||
texture = "braf\braf_weapons_scopes\eotech_xps3_g33\data\glass_real_ca.paa";
|
||||
};
|
||||
ambient[] = {1,1,1,0.15};
|
||||
diffuse[] = {1,1,1,1};
|
||||
@@ -12,7 +12,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_weapons_scopes\Eotech_xps3_g33\Data\glass_smdi.paa";
|
||||
texture = "braf\braf_weapons_scopes\eotech_xps3_g33\data\glass_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -48,7 +48,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture = "braf\braf_weapons_scopes\Eotech_xps3_g33\Data\glass_smdi.paa";
|
||||
texture = "braf\braf_weapons_scopes\eotech_xps3_g33\data\glass_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -60,7 +60,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_weapons_scopes\Eotech_xps3_g33\Data\glass_smdi.paa";
|
||||
texture="braf\braf_weapons_scopes\eotech_xps3_g33\data\glass_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user