darthdeus / comfy

Comfy is a fun 2D game engine built in Rust. It's designed to be opinionated, productive, and easy to use.
https://comfyengine.org
Apache License 2.0
678 stars 28 forks source link

Smooth camera follow target jiggles #70

Closed darthdeus closed 7 months ago

darthdeus commented 8 months ago

Camera can automatically follow & smooth with

main_camera_mut().target = Some(transform.position);

but right now it jiggles.

darthdeus commented 7 months ago

This has been already fixed.