android 游戏 实战打飞机游戏 子弹生成与碰撞 以及爆炸效果(5)

子弹生成 新建子弹类java public class Bullet { // 子弹图片资源 public Bitmap bmpBullet; // 子弹的坐标 public int bulletX, bulletY; // 子弹的速度 public int speed; // 子弹的种类以及常量 public int bulletT
相关文章
相关标签/搜索