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

Asset animator uses Handle<T> on same entity #107

Merged
merged 1 commit into from
Oct 28, 2023
Merged

Conversation

djeedai
Copy link
Owner

@djeedai djeedai commented Oct 28, 2023

Change asset animation to behave like component animation, and retrieve the Handle<T> component referencing the asset to animate directly from a Bevy query on the same Entity instead of specifying it manually in the AssetAnimator itself.

Task: #101

Change asset animation to behave like component animation, and retrieve
the `Handle<T>` component referencing the asset to animate directly from
a Bevy query on the same `Entity` instead of specifying it manually in
the `AssetAnimator` itself.

Task: #101
@djeedai djeedai added enhancement New feature or request design A design remark or improvement labels Oct 28, 2023
@djeedai djeedai merged commit 89bd32c into main Oct 28, 2023
8 checks passed
@djeedai djeedai deleted the u/asset-handle branch October 28, 2023 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
design A design remark or improvement enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant