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_static\M114\data\m119_ti_ca.paa";
|
||||
texture="braf\braf_static\m114\data\m119_ti_ca.paa";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
@@ -12,7 +12,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
|
||||
{
|
||||
@@ -60,7 +60,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_static\M114\data\body_smdi.paa";
|
||||
texture="braf\braf_static\m114\data\body_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user