Home
last modified time | relevance | path

Searched refs:jumpStart (Results 1 – 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DNPCAnimationComponent.java89 jumpStart(parentObject); in update()
302 protected void jumpStart(GameObject parentObject) { in jumpStart() method in NPCAnimationComponent
DGameObjectFactory.java2712 SpriteAnimation jumpStart = new SpriteAnimation(NPCAnimationComponent.JUMP_START, 4);
2719 jumpStart.addFrame(new AnimationFrame(
2722 jumpStart.addFrame(new AnimationFrame(
2725 jumpStart.addFrame(jump1);
2726 jumpStart.addFrame(jump2);
2774 staticData.add(jumpStart);
2937 SpriteAnimation jumpStart = new SpriteAnimation(NPCAnimationComponent.JUMP_START, 2);
2938 jumpStart.addFrame(crouch1);
2939 jumpStart.addFrame(crouch2);
2961 staticData.add(jumpStart);