D | DoorAnimationComponent.java | 27 public static final int CLOSING = 2; field in DoorAnimationComponent.Animation 107 final float closeAnimationLength = mSprite.findAnimation(Animation.CLOSING).getLength(); in close() 123 mSprite.playAnimation(Animation.CLOSING); in close() 172 mSprite.playAnimation(Animation.CLOSING); in update()
|