Esempio n. 1
0
  public void render(SpriteBatch batch) {
    for (Ent e : this.getEnts()) {
      e.render(batch);
    }

    if (this.getCurrentSubMenu() != null) {
      this.getCurrentSubMenu().render(batch);
    }
  }