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="AMF_PLANE_TRANSPORT_01\Data\Textures\CN235_CockpitLow_co.paa";
|
||||
texture="amf_plane_transport_01\data\textures\cn235_cockpitlow_co.paa";
|
||||
};
|
||||
ambient[]={1,1,1,1};
|
||||
diffuse[]={1,1,1,1};
|
||||
@@ -12,7 +12,7 @@ PixelShaderID="Super";
|
||||
VertexShaderID="Super";
|
||||
class Stage1
|
||||
{
|
||||
texture="AMF_PLANE_TRANSPORT_01\Data\Textures\CN235_CockpitLow_nohq.paa";
|
||||
texture="amf_plane_transport_01\data\textures\cn235_cockpitlow_nohq.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -48,7 +48,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture="AMF_PLANE_TRANSPORT_01\Data\Textures\CN235_CockpitLow_as.paa";
|
||||
texture="amf_plane_transport_01\data\textures\cn235_cockpitlow_as.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -60,7 +60,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture="AMF_PLANE_TRANSPORT_01\Data\Textures\CN235_CockpitLow_smdi.paa";
|
||||
texture="amf_plane_transport_01\data\textures\cn235_cockpitlow_smdi.paa";
|
||||
uvSource="tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user