This commit is contained in:
Anuken
2021-02-09 18:28:11 -05:00
parent 7b2957ab41
commit 54c406f83d
6 changed files with 64 additions and 35 deletions
@@ -8,8 +8,8 @@ import mindustry.gen.*;
import mindustry.graphics.*;
public class LightningBulletType extends BulletType{
protected Color lightningColor = Pal.lancerLaser;
protected int lightningLength = 25, lightningLengthRand = 0;
public Color lightningColor = Pal.lancerLaser;
public int lightningLength = 25, lightningLengthRand = 0;
public LightningBulletType(){
super(0.0001f, 1f);