Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -3414,10 +3414,13 @@ public class Blocks{
|
|||||||
}}
|
}}
|
||||||
);
|
);
|
||||||
|
|
||||||
shoot = new ShootAlternate(){{
|
shoot = new ShootBarrel(){{
|
||||||
|
barrels = new float[]{
|
||||||
|
-4, -1.25f, 0,
|
||||||
|
0, 0, 0,
|
||||||
|
4, -1.25f, 0
|
||||||
|
};
|
||||||
shots = 4;
|
shots = 4;
|
||||||
barrels = 3;
|
|
||||||
spread = 3.5f;
|
|
||||||
shotDelay = 5f;
|
shotDelay = 5f;
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user