Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DEnemyAnimationComponent.java26 public class EnemyAnimationComponent extends GameComponent { class
48 public EnemyAnimationComponent() { in EnemyAnimationComponent() method in EnemyAnimationComponent
DGameObjectFactory.java23 import com.replica.replicaisland.EnemyAnimationComponent.EnemyAnimations;
223 new ComponentClass(EnemyAnimationComponent.class, 256), in GameObjectFactory()
1240 EnemyAnimationComponent animation
1241 = (EnemyAnimationComponent)allocateComponent(EnemyAnimationComponent.class);
1418 EnemyAnimationComponent animation
1419 = (EnemyAnimationComponent)allocateComponent(EnemyAnimationComponent.class);
1634 EnemyAnimationComponent animation
1635 = (EnemyAnimationComponent)allocateComponent(EnemyAnimationComponent.class);
1841EnemyAnimationComponent animation = (EnemyAnimationComponent)allocateComponent(EnemyAnimationCompo…
1987EnemyAnimationComponent animation = (EnemyAnimationComponent)allocateComponent(EnemyAnimationCompo…
[all …]