特效改

This commit is contained in:
SoulliesOfficial
2025-08-09 05:39:32 -04:00
parent 2f461d1135
commit 87e11b6c8a
120 changed files with 667640 additions and 48356 deletions

View File

@@ -237,7 +237,10 @@ namespace Dreamteck.Splines
}
else
{
newParticleData.threeDOffset = new Vector3(Random.Range(-width, width), Random.Range(-width, width), 0);
newParticleData.threeDOffset = new Vector3(
Random.Range(-width, width) * extendDirection.x,
Random.Range(-width, width) * extendDirection.y,
Random.Range(-width, width) * extendDirection.z);
}
newParticleData.startOffset = circle * 0.5f;