mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-03-10 12:49:37 +07:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
cee09dd167
@ -3413,11 +3413,14 @@ public class Blocks{
|
||||
lightningLength = 10;
|
||||
}}
|
||||
);
|
||||
|
||||
shoot = new ShootAlternate(){{
|
||||
|
||||
shoot = new ShootBarrel(){{
|
||||
barrels = new float[]{
|
||||
-4, -1.25f, 0,
|
||||
0, 0, 0,
|
||||
4, -1.25f, 0
|
||||
};
|
||||
shots = 4;
|
||||
barrels = 3;
|
||||
spread = 3.5f;
|
||||
shotDelay = 5f;
|
||||
}};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user