tower world gen

This commit is contained in:
2024-09-04 01:38:27 +10:00
parent f77b64cc85
commit 080522e01b
9 changed files with 168 additions and 49 deletions

View File

@ -15,7 +15,7 @@ public class World {
public init() {
self._chunks = [:]
self._chunkDamage = []
self._generator = StandardWorldGenerator()
self._generator = TerrorTowerGenerator()
self._chunkGeneration = ChunkGeneration(queue: .global(qos: .userInitiated))
self._chunkGeneration.world = self
}