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;
相關文章
相關標籤/搜索