Esempio n. 1
0
 public Chara(LImage image, final int x, final int y, int w) {
   this(image, x, y, image.getWidth(), image.getHeight(), w);
 }