This should be harmless for non-users of bevy-inspector-egui. It should also make the components serializable in bevy scenes. (But to totally purpose, the rest of other components of TnuaPlatformerBundle and their properties need to implement Reflect as well.)
This adds
Reflect
derives forTnuaPlatformerConfig
andTnuaFreeFallBehavior
and adds them to the app's type registry.This makes them inspectable / editable with bevy-inspector-egui.
This should be harmless for non-users of
bevy-inspector-egui
. It should also make the components serializable in bevy scenes. (But to totally purpose, the rest of other components ofTnuaPlatformerBundle
and their properties need to implementReflect
as well.)https://user-images.githubusercontent.com/200550/232180304-1e264c08-54eb-4017-b861-af6f615dc563.mp4