jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.19k stars 173 forks source link

added sprite Anchor to sprite inspector #94

Closed PhaestusFox closed 1 year ago

PhaestusFox commented 1 year ago

expanded the impl_for_simple_enum macro so it can take in tuple variants and added the sprite Anchor to the sprites inspector derive. the macro needs some work since I don't have any experience with macros and the docs are confusing and missing lots of details. any links to good resources would be appreciated.

jakobhellermann commented 1 year ago

I just released 0.16 which is designed around Reflect instead of Inspectable. So as long as Anchor implements Reflect and calls register_type this should now work without custom code in bevy-inspector-egui.