Merge pull request #1992 from AlexBarys/DecalPropertiesNamedWrong

Fixed old names of decal properties
This commit is contained in:
Areloch 2017-04-26 23:54:09 -05:00 committed by GitHub
commit 5a4c9adc0f

View file

@ -39,8 +39,8 @@ datablock DecalData(ScorchRXDecal)
texRows = "2";
texCols = "2";
clippingAngle = "80";
screenStartRadius = "200";
screenEndRadius = "100";
fadeStartPixelSize = "200";
fadeEndPixelSize = "100";
};
datablock DecalData(bulletHoleDecal)
@ -51,7 +51,7 @@ datablock DecalData(bulletHoleDecal)
randomize = "1";
texRows = "2";
texCols = "2";
screenStartRadius = "20";
screenEndRadius = "5";
fadeStartPixelSize = "20";
fadeEndPixelSize = "5";
clippingAngle = "180";
};