mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 13:11:33 +00:00
tower world gen
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user