Hi guys,

How to make the camera rotate around the player? The player is just in stand position.

i'm playing with this code:
Code:
vec_set(temp, player.x); 
vec_sub(temp, camera.x);    	    	
vec_to_angle(camera.pan, temp);


I think that would be the idea... but seems not working for me...

Any idea? Thanks