mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 13:09:27 +07:00
Reduce the screen shake generated by salvos (#2148)
It becomes very difficult to try and build things precisely around salvos, specifically in attack maps, because they shoot very fast and cause a lot of camera shake, which makes very difficult to place conveyors or turrets around them.
This commit is contained in:
parent
182d8e2daf
commit
f81529c005
@ -1546,7 +1546,7 @@ public class Blocks implements ContentList{
|
|||||||
ammoEjectBack = 3f;
|
ammoEjectBack = 3f;
|
||||||
cooldown = 0.03f;
|
cooldown = 0.03f;
|
||||||
recoilAmount = 3f;
|
recoilAmount = 3f;
|
||||||
shootShake = 2f;
|
shootShake = 1f;
|
||||||
burstSpacing = 3f;
|
burstSpacing = 3f;
|
||||||
shots = 4;
|
shots = 4;
|
||||||
ammoUseEffect = Fx.shellEjectBig;
|
ammoUseEffect = Fx.shellEjectBig;
|
||||||
|
Loading…
Reference in New Issue
Block a user