OpenChamp/client

Handle all of the camera movement in the _input function

Opened this issue · 0 comments

The the moment the camera controls are handles in the _process function.
Now that there is a target location, most of the camera code can be moved tot the _input function.
The target location then gets updated on input rather than on the logic tick event.
This would be the more proper way to handle the inputs.