mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +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";
|
||||
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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue