doot
This commit is contained in:
@@ -14,7 +14,7 @@ public class MovementLightningAbility extends Ability{
|
|||||||
public float minSpeed = 0.8f, maxSpeed = 1.2f;
|
public float minSpeed = 0.8f, maxSpeed = 1.2f;
|
||||||
public Effect shootEffect = Fx.sparkShoot;
|
public Effect shootEffect = Fx.sparkShoot;
|
||||||
public Sound shootSound = Sounds.spark;
|
public Sound shootSound = Sounds.spark;
|
||||||
public Color color = Pal.lancerLaser;
|
public Color color = Color.valueOf("a9d8ff");
|
||||||
|
|
||||||
MovementLightningAbility(){}
|
MovementLightningAbility(){}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user