Adjusted effects

This commit is contained in:
Simon Wilkening 2024-10-14 04:06:27 +02:00
parent 17c4fca078
commit 03adf45167

View File

@ -123,9 +123,9 @@ public class ParticleCreator {
spark.setFacingVelocity(true); spark.setFacingVelocity(true);
spark.setParticlesPerSec(0); spark.setParticlesPerSec(0);
spark.setGravity(0, 5, 0); spark.setGravity(0, 5, 0);
spark.setLowLife(1.1f); spark.setLowLife(0.5f);
spark.setHighLife(1.5f); spark.setHighLife(1.5f);
spark.getParticleInfluencer().setInitialVelocity(new Vector3f(0, 20, 0)); spark.getParticleInfluencer().setInitialVelocity(new Vector3f(0, 8, 0)); // y20
spark.getParticleInfluencer().setVelocityVariation(1); spark.getParticleInfluencer().setVelocityVariation(1);
spark.setImagesX(1); spark.setImagesX(1);
spark.setImagesY(1); spark.setImagesY(1);