mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-11 07:39:39 +07:00
oki doki
This commit is contained in:
parent
5600f96a37
commit
7662174dc4
@ -432,7 +432,7 @@ public abstract class Turret extends Block{
|
||||
|
||||
fshootEffect.at(x + tr.x, y + tr.y, rotation);
|
||||
fsmokeEffect.at(x + tr.x, y + tr.y, rotation);
|
||||
shootSound.at(x + tr.x, y + tr.y, 1);
|
||||
shootSound.at(x + tr.x, y + tr.y, Mathf.random(0.9f, 1.1f));
|
||||
|
||||
if(shootShake > 0){
|
||||
Effect.shake(shootShake, shootShake, this);
|
||||
|
Loading…
Reference in New Issue
Block a user