fix(braf_air2) Naming clonvention for all classes and paths to use lowercase letters.
This commit is contained in:
@@ -16,7 +16,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "braf\braf_structures\Estruturas\Teste\zemlia_nohq.paa";
|
||||
texture = "braf\braf_structures\estruturas\teste\zemlia_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -53,7 +53,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture = "braf\braf_structures\Estruturas\Teste\zemlia_AS.paa";
|
||||
texture = "braf\braf_structures\estruturas\teste\zemlia_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -65,7 +65,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "braf\braf_structures\Estruturas\Teste\zemlia_SMDI.paa";
|
||||
texture = "braf\braf_structures\estruturas\teste\zemlia_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user