You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.
Could you add a way to pause all the countdowns for spawns that have delays? Maybe a way based on the game's current state?
For example, in my little pong game I have balls that all spawn from the same spot at the center of the arena with a small delay to keep them from all spawning together. Currently I have an issue where when I pause the game they continue to count down their delays and then get stuck inside each other when they spawn. https://github.com/Josh015/bevy-crab-pong
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could you add a way to pause all the countdowns for spawns that have delays? Maybe a way based on the game's current state?
For example, in my little pong game I have balls that all spawn from the same spot at the center of the arena with a small delay to keep them from all spawning together. Currently I have an issue where when I pause the game they continue to count down their delays and then get stuck inside each other when they spawn.
https://github.com/Josh015/bevy-crab-pong
The text was updated successfully, but these errors were encountered: