コード例 #1
0
ファイル: Sprite.java プロジェクト: ufaith/javaxyq
 public void setRepeat(int repeat) {
     currAnimation.setRepeat(repeat);
     this.repeat = repeat;
 }