Khaligufzel / Dimensionfall

A survival game inspired by Cataclysm: Dark Days Ahead and Bright Nights.
MIT License
12 stars 5 forks source link

Chunk spawning is controlled by timer #301

Closed snipercup closed 2 months ago

snipercup commented 2 months ago

Fixes #299

The only timing for the initial chunks that was present before this pr was the chunk_ready signal from the chunks themselves

This pr makes the initial chunk spawning respect the .5 second timer and they are spawned one at a time.

On the long run, we'll have to figure out why it crashes without this delay. If we can figure it out, we can spawn more chunks at once.