public RiderBullet(Animation newLowAnimation, Animation newMidAnimation,
Animation newHighAnimation, EntityType pEntityType,
Body attachedBody, Vector2 target, Vector2 targetOffset, boolean deathBullet) {
super(newLowAnimation, newMidAnimation, newHighAnimation, pEntityType,
attachedBody, target, targetOffset);
kill = deathBullet;
if (kill)
{
Flight_Speed = 1.0f;
}
else
{
Flight_Speed = 2.0f;
}
}
RiderBullet.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:cgc-game
作者:
评论列表
文章目录