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

/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java473 newObject = spawnObjectButton(x, y, GameObjectType.BUTTON_RED);
476 newObject = spawnObjectButton(x, y, GameObjectType.BUTTON_BLUE);
479 newObject = spawnObjectButton(x, y, GameObjectType.BUTTON_GREEN);
4784 public GameObject spawnObjectButton(float positionX, float positionY, GameObjectType type) { method in class:GameObjectFactory

Completed in 53 milliseconds