mirror of
https://github.com/projectbraf/braf_factions.git
synced 2026-06-13 23:33:29 +00:00
Corrigido case sensitity no repositório inteiro
This commit is contained in:
@@ -7,7 +7,7 @@ specularPower = 40;
|
||||
PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1 {
|
||||
texture = "Braf_factions\braf_factions_characters_headgear\data\ccb\ccb_NOHQ.paa";
|
||||
texture = "braf_factions\braf_factions_characters_headgear\data\ccb\ccb_NOHQ.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1.0, 0.0, 0.0 };
|
||||
@@ -37,7 +37,7 @@ class Stage3 {
|
||||
};
|
||||
};
|
||||
class Stage4 {
|
||||
texture = "Braf_factions\braf_factions_characters_headgear\data\ccb\ccb_AS.paa";
|
||||
texture = "braf_factions\braf_factions_characters_headgear\data\ccb\ccb_AS.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1.0, 0.0, 0.0 };
|
||||
@@ -47,7 +47,7 @@ class Stage4 {
|
||||
};
|
||||
};
|
||||
class Stage5 {
|
||||
texture = "Braf_factions\braf_factions_characters_headgear\data\ccb\ccb_smdi.paa";
|
||||
texture = "braf_factions\braf_factions_characters_headgear\data\ccb\ccb_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform {
|
||||
aside[] = { 1.0, 0.0, 0.0 };
|
||||
|
||||
@@ -8,7 +8,7 @@ PixelShaderID = "Super";
|
||||
VertexShaderID = "Super";
|
||||
class Stage1
|
||||
{
|
||||
texture = "Braf_factions\braf_factions_characters_headgear\data\ccb\ccb_coifa_nohq.paa";
|
||||
texture = "braf_factions\braf_factions_characters_headgear\data\ccb\ccb_coifa_nohq.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -44,7 +44,7 @@ class Stage3
|
||||
};
|
||||
class Stage4
|
||||
{
|
||||
texture = "Braf_factions\braf_factions_characters_headgear\data\ccb\ccb_coifa_as.paa";
|
||||
texture = "braf_factions\braf_factions_characters_headgear\data\ccb\ccb_coifa_as.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
@@ -56,7 +56,7 @@ class Stage4
|
||||
};
|
||||
class Stage5
|
||||
{
|
||||
texture = "Braf_factions\braf_factions_characters_headgear\data\ccb\ccb_coifa_smdi.paa";
|
||||
texture = "braf_factions\braf_factions_characters_headgear\data\ccb\ccb_coifa_smdi.paa";
|
||||
uvSource = "tex";
|
||||
class uvTransform
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user