コード例 #1
0
ファイル: Chara.java プロジェクト: wuyun1/loon-simple
 public Chara(LImage image, final int x, final int y, int w) {
   this(image, x, y, image.getWidth(), image.getHeight(), w);
 }