fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -10,7 +10,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_weapons_launchers\AntiTank_ALAC\data\ALAC_matte_nohq.paa";
|
||||
texture = "braf\braf_weapons_launchers\antitank_alac\data\alac_matte_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -58,7 +58,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf\braf_weapons_launchers\AntiTank_ALAC\data\ALAC_matte_smdi.paa";
|
||||
texture = "braf\braf_weapons_launchers\antitank_alac\data\alac_matte_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -95,5 +95,5 @@ class Stage7
|
||||
};
|
||||
class StageTI
|
||||
{
|
||||
texture = "braf\braf_weapons_launchers\AntiTank_ALAC\data\ALAC_matte_ti_ca.paa";
|
||||
texture = "braf\braf_weapons_launchers\antitank_alac\data\alac_matte_ti_ca.paa";
|
||||
};
|
||||
Reference in New Issue
Block a user