the title says it all how do I make the screen follow the cursor.
Every tick
-> System: Scroll to position
=> Mouse.X; Mouse.Y
Develop games in your browser. Powerful, performant & highly capable.
it scrolls too fast is there anyway I can control the sensitivity?
use lerp(scrolx,mouse.x,dt*H) , lerp (scroly,mouse.y,dt*H)
H = will change the speed keep trying 1,2,3,4.. until you find something that help you