fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
class braf_structures_mre: Item_Files {
|
||||
_generalMacro = "braf_structures_mre";
|
||||
author = "BRAF Team & Portilho";
|
||||
author = "BRAF TEAM";
|
||||
model = "\braf\braf_structures\mre\braf_mre.p3d";
|
||||
scope = 2;
|
||||
scopeCurator = 2;
|
||||
|
||||
@@ -12,7 +12,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="braf\braf_structures\mre\MRE_EB_nohq.tga";
|
||||
texture="braf\braf_structures\mre\mre_eb_nohq.tga";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -60,7 +60,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="braf\braf_structures\mre\MRE_EB_smdi.paa";
|
||||
texture="braf\braf_structures\mre\mre_eb_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user