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

/external/replicaisland/src/com/replica/replicaisland/
H A DNPCAnimationComponent.java22 public class NPCAnimationComponent extends GameComponent { class in inherits:GameComponent
51 public NPCAnimationComponent() { method in class:NPCAnimationComponent
H A DGameObjectFactory.java238 new ComponentClass(NPCAnimationComponent.class, 8),
2648 SpriteAnimation idle = new SpriteAnimation(NPCAnimationComponent.IDLE, 1);
2670 SpriteAnimation walk = new SpriteAnimation(NPCAnimationComponent.WALK, 8);
2686 SpriteAnimation run = new SpriteAnimation(NPCAnimationComponent.RUN, 9);
2712 SpriteAnimation jumpStart = new SpriteAnimation(NPCAnimationComponent.JUMP_START, 4);
2728 SpriteAnimation jumpAir = new SpriteAnimation(NPCAnimationComponent.JUMP_AIR, 2);
2733 SpriteAnimation attack = new SpriteAnimation(NPCAnimationComponent.SHOOT, 11);
2792 NPCAnimationComponent animation = (NPCAnimationComponent)allocateComponent(NPCAnimationComponent
[all...]

Completed in 63 milliseconds