asmcup / runtime

Runtime and compiler for the Assembly Cup
https://asmcup.github.io
MIT License
139 stars 11 forks source link

Removed screenX() etc. in favor of g.translate(). #201

Closed MLanghof closed 7 years ago

MLanghof commented 7 years ago

We can save doing the transform by hand over and over and over by just calling Graphics2D.translate() once every frame.