Skip to content

Commit

Permalink
try to fix particle
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Oct 22, 2023
1 parent 44f979a commit 36ab017
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public class DysonBeamParticle extends SimpleAnimatedParticle {
protected DysonBeamParticle(ClientLevel level, double x, double y, double z, SpriteSet sprites) {
super(level, x, y, z, sprites, 0.0f);
this.quadSize = 1.0f;
this.lifetime = 20;
this.lifetime = 100;
this.setSize(4.0f, 4.0f);
this.setSpriteFromAge(sprites);
}
Expand Down

0 comments on commit 36ab017

Please sign in to comment.