Example #1
0
 public static Entity createEntity(model _model, Texture texture) {
   Entity e = createEntity(_model);
   e.texture = texture;
   return e;
 }