Camera() doesn't expect parameters

Yep camera() is for P3D renderer only and expects either 0 (zero) or 9 parameters. You could do the 2D game in P3D and make sure the scene elements have z+0 then you could use Camera() but that would be overkill. As suggested you could simulate a 2D camera using translate()

2 Likes