mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 14:32:06 -08: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
1 changed files with 1 additions and 1 deletions
|
|
@ -1546,7 +1546,7 @@ public class Blocks implements ContentList{
|
|||
ammoEjectBack = 3f;
|
||||
cooldown = 0.03f;
|
||||
recoilAmount = 3f;
|
||||
shootShake = 2f;
|
||||
shootShake = 1f;
|
||||
burstSpacing = 3f;
|
||||
shots = 4;
|
||||
ammoUseEffect = Fx.shellEjectBig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue