The-DevBlog / bevy_third_person_camera

A third person camera crate written for Bevy.
Apache License 2.0
75 stars 17 forks source link

Prohibit cursor zoom while cursor is unlocked #11

Closed matthewwyndham closed 11 months ago

matthewwyndham commented 11 months ago

Prohibit zoom in/out while cursor is not orbiting. For use when interacting with menus, etc.

The-DevBlog commented 11 months ago

I like this change! I will try to review this in the next couple days and release a new version.

The-DevBlog commented 11 months ago

@matthewwyndham Did you test this change before opening the PR?

matthewwyndham commented 11 months ago

No i'll give it a test right now

matthewwyndham commented 11 months ago

I assumed it was checking for true/false but it looks like it is expecting a function instead...