mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Merge pull request #1992 from AlexBarys/DecalPropertiesNamedWrong
Fixed old names of decal properties
This commit is contained in:
commit
5a4c9adc0f
1 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue