Giant stars, biome gen chance

This commit is contained in:
paulevsGitch 2020-12-11 02:26:49 +03:00
parent 8f19761c34
commit 929d758788
5 changed files with 11 additions and 4 deletions

View file

@ -27,7 +27,7 @@ public class ParticleSnowflake extends SpriteBillboardParticle {
setSprite(sprites);
this.maxAge = MHelper.randRange(150, 300, random);
this.scale = MHelper.randRange(0.05F, 0.3F, random);
this.scale = MHelper.randRange(0.05F, 0.2F, random);
this.setColorAlpha(0F);
preVX = random.nextGaussian() * 0.015;