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_static\M114\data\m119_nohq.paa";
|
||||
texture="braf\braf_static\m114\data\m119_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -20,7 +20,7 @@ class Stage1
|
||||
};
|
||||
class Stage2
|
||||
{
|
||||
texture="braf\braf_static\M114\data\destruct_plech_half_dt.paa";
|
||||
texture="braf\braf_static\m114\data\destruct_plech_half_dt.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -32,7 +32,7 @@ class Stage2
|
||||
};
|
||||
class Stage3
|
||||
{
|
||||
texture="braf\braf_static\M114\data\destruct_plech_full_mc.paa";
|
||||
texture="braf\braf_static\m114\data\destruct_plech_full_mc.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_static\M114\data\destruct_plech_full_smdi.paa";
|
||||
texture="braf\braf_static\m114\data\destruct_plech_full_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user