Searched refs:spawnEffectExplosionGiant (Results 1 - 2 of 2) sorted by last modified time

/external/replicaisland/src/com/replica/replicaisland/
H A DAnimationComponent.java302 GameObject explosion = factory.spawnEffectExplosionGiant(parentObject.getPosition().x, parentObject.getPosition().y);
H A DGameObjectFactory.java507 newObject = spawnEffectExplosionGiant(x, y);
5882 public GameObject spawnEffectExplosionGiant(float positionX, float positionY) { method in class:GameObjectFactory

Completed in 29 milliseconds