@override Particle resetParticle(int i) { Particle o = super.resetParticle(i); o.y = Rnd.ratio * height; return o; }