Beispiel #1
0
 public int addToForeground(Image img, int x, int y, int width, int height, int id) {
   return battle_field.addToForeground(img, x, y, width, height, id);
 }