h
This commit is contained in:
@@ -40,10 +40,12 @@ public class Mechs implements ContentList{
|
|||||||
roundrobin = true;
|
roundrobin = true;
|
||||||
ejectEffect = Fx.shellEjectSmall;
|
ejectEffect = Fx.shellEjectSmall;
|
||||||
bullet = new BasicBulletType(){{
|
bullet = new BasicBulletType(){{
|
||||||
homingPower = 5f;
|
homingPower = 20f;
|
||||||
damage = 3f;
|
damage = 3f;
|
||||||
|
speed = 3f;
|
||||||
bulletWidth = 4f;
|
bulletWidth = 4f;
|
||||||
bulletHeight = 4f;
|
bulletHeight = 4f;
|
||||||
|
lifetime = 60f;
|
||||||
|
|
||||||
}};
|
}};
|
||||||
}};
|
}};
|
||||||
|
|||||||
Reference in New Issue
Block a user