mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 04:40:10 +07:00
doot
This commit is contained in:
parent
ed2825b0d9
commit
e7b6013d8d
@ -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(){}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user