accmltr / scala-games

A game engine for writing games in Scala.
MIT License
4 stars 0 forks source link

52 change renderelementposition from normal coordinates to pixel coordinates #56

Closed accmltr closed 9 months ago

accmltr commented 9 months ago

Bottom left is now the origin of the coordinate system inside the engine, using pixels as the unit of measurement.

Closes #55, Closes #52