Searched refs:STOMP (Results 1 - 3 of 3) sorted by relevance
/external/replicaisland/src/com/replica/replicaisland/ | ||
H A D | AnimationComponent.java | 37 STOMP, enum constant in enum:AnimationComponent.PlayerAnimations 260 mSprite.playAnimation(PlayerAnimations.STOMP.ordinal()); |
H A D | PlayerComponent.java | 56 STOMP, enum constant in enum:PlayerComponent.State 296 case STOMP: 377 mState = State.STOMP; |
H A D | GameObjectFactory.java | 775 SpriteAnimation stomp = new SpriteAnimation(PlayerAnimations.STOMP.ordinal(), 4); |
Completed in 96 milliseconds