摘要: 发射子弹应该是游戏都会有的一个方面吧。创建一个子弹类:public class Dan{ private int x; private int y; public Dan(int x, int y) { super(); this.x = x; ... 阅读全文
posted @ 2014-04-13 18:13 cirno_9 阅读(2765) 评论(0) 推荐(0)