Beispiel #1
0
 public void updateEntities(float delta) {
   for (Entity e : world.getEntities()) {
     e.update(delta);
   }
 }