rubatopy / rubato

A lightweight, developer-first game engine built for Python
https://rubato.app
GNU General Public License v3.0
23 stars 1 forks source link

BUG: camera needs to be passed into draw methods #360

Closed tsedan closed 2 years ago

tsedan commented 2 years ago

currently the zoom is not being taken into account in the draw methods but it really needs to be. we need to give a camera argument to every single draw function that transforms and zooms properly.