You can find code in forum, but what the heck, here's the basic that you'll need:

camera.x = player.x-distance* cos(camera.pan);
camera.y = player.y-distance* sin(camera.pan);

Experiment with other camera values your self wink


The smaller the bug, the harder it is to kill.
_________________________________________
Forklift DEMO (3dgs)