摘要: Libgdx中有个类Actions, 从它开始顺藤摸瓜就能把哪些简单的Action快速掌握见代码: 1 public class ActionTestScreen implements Screen,InputProcessor{ 2 private Stage stage; 3 p... 阅读全文
posted @ 2014-08-06 18:04 韩宏敏 阅读(1106) 评论(0) 推荐(0) 编辑
摘要: 直接摆代码:1 public class MainGame extends Game{2 @Override3 public void create() {4 this.setScreen(new ScreenOne());5 }6 }代码中ScreenOne... 阅读全文
posted @ 2014-08-06 16:25 韩宏敏 阅读(666) 评论(0) 推荐(0) 编辑