Searched refs:GenericAnimationComponent (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGenericAnimationComponent.java19 public class GenericAnimationComponent extends GameComponent { class in inherits:GameComponent
22 public GenericAnimationComponent() { method in class:GenericAnimationComponent
H A DGameObjectFactory.java26 import com.replica.replicaisland.GenericAnimationComponent.Animation;
227 new ComponentClass(GenericAnimationComponent.class, 32),
2196 SpriteAnimation idle = new SpriteAnimation(GenericAnimationComponent.Animation.IDLE, 4);
2212 SpriteAnimation wake = new SpriteAnimation(GenericAnimationComponent.Animation.MOVE, 4);
2228 SpriteAnimation attack = new SpriteAnimation(GenericAnimationComponent.Animation.ATTACK, 1);
2256 GenericAnimationComponent animation =
2257 (GenericAnimationComponent)allocateComponent(GenericAnimationComponent.class);
2289 final SpriteAnimation wakeUp = sprite.findAnimation(GenericAnimationComponent.Animation.MOVE);
2294 sprite.playAnimation(GenericAnimationComponent
[all...]

Completed in 130 milliseconds