android 游戏 实战打飞机游戏 怪物(敌机)类的实现(4)

分析 : 根据敌机类型区分 敌机 运动逻辑 以及绘制java /** * 敌机 * * @author liuml * @time 2016-5-31 下午4:14:59 */ public class Enemy { // 敌机的种类标识 public int type; // 苍蝇 public static final int TYPE_FLY = 1;
相关文章
相关标签/搜索