Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -117,7 +117,7 @@ public abstract class BulletType extends Content{
|
|||||||
public float lightningCone = 360f;
|
public float lightningCone = 360f;
|
||||||
public float lightningAngle = 0f;
|
public float lightningAngle = 0f;
|
||||||
/** The bullet created at lightning points. */
|
/** The bullet created at lightning points. */
|
||||||
public BulletType lightningType;
|
public @Nullable BulletType lightningType = null;
|
||||||
|
|
||||||
public float weaveScale = 1f;
|
public float weaveScale = 1f;
|
||||||
public float weaveMag = -1f;
|
public float weaveMag = -1f;
|
||||||
|
|||||||
Reference in New Issue
Block a user