Extend bundle #9232
Unanswered
YusufSuleman
asked this question in
Q&A
Extend bundle
#9232
Replies: 1 comment 11 replies
-
There are examples of this in the docs :) Hope it helps! |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I extend a bundle in bevy, like there is an Object bundle containing, things like Position, Physics data, etc. And then there is a Player bundle, an enemy bundle, platform bundle, etc.
How would I do this? A simple google search leads me no where
Edit: I would need to extend those bundles further. like a harder enemy bundle, rotating platform bundle.
Beta Was this translation helpful? Give feedback.
All reactions