lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
156 stars 24 forks source link

Camera should be a transformable #9

Open lordmauve opened 5 years ago

lordmauve commented 5 years ago

Currently the camera can be moved by assigning to screen.camera.pos. But it should be a full Transformable - which then offers rotation, scaling, and assignment to .x and .y.