RiderBullet.java 文件源码

java
阅读 23 收藏 0 点赞 0 评论 0

项目:cgc-game 作者:
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;
    }
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号