mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-24 21:48:25 +07:00
Merge pull request #3712 from MEEPofFaith/patch-1
Why is this protected in the first place?
This commit is contained in:
commit
96513e4967
@ -6,7 +6,7 @@ import mindustry.gen.*;
|
||||
import mindustry.content.*;
|
||||
|
||||
public class LaserBoltBulletType extends BasicBulletType{
|
||||
protected float height = 7f, width = 2f;
|
||||
public float width = 2f, height = 7f;
|
||||
|
||||
public LaserBoltBulletType(float speed, float damage){
|
||||
super(speed, damage);
|
||||
|
Loading…
Reference in New Issue
Block a user