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

Replace ParticleEffectBundle with required comp. #426

Merged
merged 1 commit into from
Mar 8, 2025
Merged

Conversation

djeedai
Copy link
Owner

@djeedai djeedai commented Mar 8, 2025

Replace the ParticleEffectBundle component with a set of #[require()] on the ParticleEffect itself. This aligns Hanabi with the Bevy approach of required ECS components and removal of bundles.

Replace the `ParticleEffectBundle` component with a set of
`#[require()]` on the `ParticleEffect` itself. This aligns Hanabi with
the Bevy approach of required ECS components and removal of bundles.
@djeedai djeedai added C - breaking change A breaking API or behavior change A - components Change related to an ECS component labels Mar 8, 2025
@djeedai djeedai merged commit 06b160f into main Mar 8, 2025
14 of 15 checks passed
@djeedai djeedai deleted the u/no-bundle branch March 8, 2025 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A - components Change related to an ECS component C - breaking change A breaking API or behavior change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant