How do I zoom and pan on two players?
I'm currently working on a 2 player top down Racer and I'm trying make the screen zoom out when the Players ar far apart and zoom in when they're closer. I have no idea how to do this. I have the Frame size 1980 x 1080 and the Window size 800 x 600. Do I need an extension or somthing?
How do I zoom and pan on two players?
I believe the Perspective object had a similar feature that could zoom the frame in and out. Then you would set the width and height to the players max/min coordinates.