2016-05-26 7 views

答えて

0

アクタにアニメーションを追加し、その上にアクションを追加します。

public class AnimationWithAction extends Actor { 
    Animation animation = new Animation(5, textures); 
} 

AnimationWithAction anim = new AnimationWithAction(); 
anim.addAction(youraction); 
関連する問題