Skip to content

Randomised spawns - #109

Merged
ReCore-sys merged 2 commits into
devfrom
feature/random-spawns
Jul 14, 2026
Merged

Randomised spawns#109
ReCore-sys merged 2 commits into
devfrom
feature/random-spawns

Conversation

@ReCore-sys

Copy link
Copy Markdown
Contributor

After adding heightmaps we can now reliably spawn new players on the ground. Cos of this, I've added a system to generate viable spawn locations and put them in a queue, then when new players spawn it pulls them from the queue. This keeps the blocking stuff in bevy and lets the network thread async-wait if we ever somehow run out of spawn locations.

@ReCore-sys
ReCore-sys merged commit 7e7c5b1 into dev Jul 14, 2026
6 checks passed
@ReCore-sys
ReCore-sys deleted the feature/random-spawns branch July 14, 2026 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant