Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DLevelSystem.java36 private TiledWorld mSpawnLocations; field in LevelSystem
57 mSpawnLocations = null; in reset()
165 mSpawnLocations = world; in loadLevel()
190 if (factory != null && mSpawnLocations != null) { in spawnObjects()
193 factory.spawnFromWorld(mSpawnLocations, mTileWidth, mTileHeight); in spawnObjects()