Searched refs:STOMP (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationComponent.java37 STOMP, enum constant in enum:AnimationComponent.PlayerAnimations
260 mSprite.playAnimation(PlayerAnimations.STOMP.ordinal());
H A DPlayerComponent.java56 STOMP, enum constant in enum:PlayerComponent.State
296 case STOMP:
377 mState = State.STOMP;
H A DGameObjectFactory.java775 SpriteAnimation stomp = new SpriteAnimation(PlayerAnimations.STOMP.ordinal(), 4);

Completed in 320 milliseconds