@Override
 public void render(GameContainer gc, Graphics g) throws SlickException {
   curScreen.render(gc, g);
 }