implement content

This commit is contained in:
Leonwang4234
2020-10-15 17:59:03 -07:00
parent fb0179da95
commit ba77f8e2aa
4 changed files with 33 additions and 1 deletions
@@ -112,6 +112,8 @@ public abstract class BulletType extends Content{
public float lightningDamage = -1;
public float lightningCone = 360f;
public float lightningAngle = 0f;
/** The lighting "hitter"; Use when trying to implement special lightning. */
public BulletType lightningHitter;
public float weaveScale = 1f;
public float weaveMag = -1f;