Plonq / bevy_rts_camera

RTS-style camera controls plugin for Bevy Engine
Apache License 2.0
59 stars 6 forks source link

Add ability to rotate camera with keys #14

Closed juliohq closed 6 months ago

juliohq commented 6 months ago

This PR adds the ability to rotate the camera with keys, which is common is RTS games. The default keys are Q to rotate left and E to rotate right.