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"; texRows = "2";
texCols = "2"; texCols = "2";
clippingAngle = "80"; clippingAngle = "80";
screenStartRadius = "200"; fadeStartPixelSize = "200";
screenEndRadius = "100"; fadeEndPixelSize = "100";
}; };
datablock DecalData(bulletHoleDecal) datablock DecalData(bulletHoleDecal)
@ -51,7 +51,7 @@ datablock DecalData(bulletHoleDecal)
randomize = "1"; randomize = "1";
texRows = "2"; texRows = "2";
texCols = "2"; texCols = "2";
screenStartRadius = "20"; fadeStartPixelSize = "20";
screenEndRadius = "5"; fadeEndPixelSize = "5";
clippingAngle = "180"; clippingAngle = "180";
}; };