Hey Cesisco, could you help me with the magicam (or magicam-like) settings? I tinkered around quite a bit but couldn't make it smooth with lag like yours.
Best Regards;
Windwalker , just use lerp.
create a variable "camera1"
camera1=0-set scroll X to lerp(scrollX,player.X,2*dt)
-set scroll Y to lerp(scrollY,player.Y,2*dt)
then you can set the variable to other values if you need other camera types, or to scale the layout to do some cinematic transitions
camera1=1- set layout scale to lerp(LayoutScale,0.5,0.5*dt).......