mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-22 04:21:14 -08:00
screw it, 0.5
This commit is contained in:
parent
5a4a884123
commit
2b2ba48850
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ public class ShieldArcAbility extends Ability{
|
|||
/** Velocity multiplier for reflected bullets on the opposite axis. Negative values = concave, positive values = convex */
|
||||
public float reflectVel = 1f;
|
||||
/** Time multiplier for reflected bullets. */
|
||||
public float reflectTime = 1f - 0.3f;
|
||||
public float reflectTime = 1f - 0.5f;
|
||||
/** Deflection sound. */
|
||||
public Sound deflectSound = Sounds.none;
|
||||
public Sound breakSound = Sounds.shieldBreakSmall;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue