Kaezon / python-space2d

An experimental 2d space game utilizing the Esper ECS framework.
GNU General Public License v3.0
0 stars 0 forks source link

Implement Camera Movement #1

Open Kaezon opened 3 months ago

Kaezon commented 3 months ago

The camera needs to be able to move around.

For now this can be done in the main loop; however, a future implementation should probably use an attachable controller component.