lordmauve/wasabi2d

Camera should be a transformable

Open

#9 opened on Aug 21, 2019

 (0 comments) (0 reactions) (0 assignees)Python (26 forks)github user discovery
good first issue

Repository metrics

Stars
 (167 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide