jakobhellermann / bevy_editor_pls

In-App editor tools for bevy applications
Other
727 stars 75 forks source link

Use LeafWing Input Manager for camera controls #69

Open janhohenheim opened 1 year ago

janhohenheim commented 1 year ago

This would make #62 trivial to implement. If I get your okay @jakobhellermann, I can setup a PR for this.

jakobhellermann commented 1 year ago

feel free to open a PR, I'm just not sure what the best way with leafwig input manager is to specify arbitrary conditions like these https://github.com/jakobhellermann/bevy_editor_pls/blob/624a08caa04a43aad2f9b8b06e02e844ca7ed90d/crates/bevy_editor_pls/src/controls.rs#L16-L21C2