I have my own static camera setup, which may be good for Rooms where you want no camera movement (eg. offices, etc)

Originally Posted By: Mia3D Prototype Code

function main(){
[...]
//Set the camera to static postition...
camera.x = 0; //Camera X Movement
camera.y = -760; //Zoomed out
camera.pan = 90; //We're looking at the player, not up the street
[...]
}


I hope this helps.