示例#1
0
文件: Play.java 项目: MJKAEM/Falpha1
 public void render(GameContainer gc, StateBasedGame sbg, Graphics g) throws SlickException {
   g.translate(Main.getWidth() / 2, Main.getHeight() / 2);
   l.get(0).show(g);
   p.show(g);
   p.displayChat(g);
 }