Small fixes
This commit is contained in:
parent
19c7b37582
commit
fc8ae7923d
2 changed files with 2 additions and 1 deletions
|
@ -28,6 +28,7 @@ public class ParticleSulphur extends SpriteBillboardParticle {
|
|||
|
||||
this.maxAge = MHelper.randRange(150, 300, random);
|
||||
this.scale = MHelper.randRange(0.05F, 0.15F, random);
|
||||
this.setColor(1, 1, 1);
|
||||
this.setColorAlpha(0);
|
||||
|
||||
preVX = random.nextGaussian() * 0.015;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue