Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TickActionStateSystem set to allow configuring tick_action_state individually #639

Merged

Conversation

mvlabat
Copy link
Contributor

@mvlabat mvlabat commented Oct 5, 2024

It seems that there's no API in Bevy that allows to configure running conditions of individual systems, which makes it impossible to disable action updates of type A as suggested in the documentation. This PR adds the TickActionStateSystem set to work this around.

@alice-i-cecile alice-i-cecile enabled auto-merge (squash) October 5, 2024 12:26
@alice-i-cecile alice-i-cecile merged commit 60db926 into Leafwing-Studios:main Oct 5, 2024
4 checks passed
@mvlabat mvlabat deleted the tick-action-state-system-set branch October 5, 2024 13:18
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.

2 participants