mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 00:54:54 +00:00
Relocating the particles image directory out of art/shapes/particles to art/particles. This should be a more logical and intuitive location. Relevant managed particle related datablock save location defaults have been adjusted as well.
This commit is contained in:
parent
8b997da575
commit
07c16a2f38
43 changed files with 81 additions and 81 deletions
|
|
@ -46,7 +46,7 @@ datablock ParticleData(TeleporterParticles)
|
|||
{
|
||||
lifetimeMS = "750";
|
||||
lifetimeVarianceMS = "100";
|
||||
textureName = "art/shapes/particles/Streak.png";
|
||||
textureName = "art/particles/Streak.png";
|
||||
useInvAlpha = "0";
|
||||
gravityCoefficient = "-1";
|
||||
spinSpeed = "0";
|
||||
|
|
@ -61,7 +61,7 @@ datablock ParticleData(TeleporterParticles)
|
|||
times[0] = 0.0;
|
||||
times[1] = "0.415686";
|
||||
times[2] = "0.74902";
|
||||
animTexName = "art/shapes/particles/Streak.png";
|
||||
animTexName = "art/particles/Streak.png";
|
||||
inheritedVelFactor = "0.0998043";
|
||||
constantAcceleration = "-2";
|
||||
colors[3] = "0.694118 0.843137 0.945098 0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue