Skip to content

1.2.1

Latest
Compare
Choose a tag to compare
@mebens mebens released this 22 Jun 04:12
· 45 commits to master since this release

LÖVE 0.11, Middleclass 4.1.1, and camera/mouse changes.

Full changelog:

  • Added Camera:worldPosition and Camera:screenPosition to transform points between world and screen space according to the camera's properties.
  • Added love.window.updateConstants. Should be called within love.resize to update the width/height constants.
  • Added a wrapping of love.window.updateMode (LÖVE 0.11), which updates the width/height constants.
  • Changed love.mouse.getWorld___ functions to use Camera:worldPosition thus also rotating the point.
  • Changed love.mouse.getRotated___ functions and love.mouse.switchToRotated to point to their World counterparts for the sake of backwards compatibility.
  • Updated to Middleclass 4.1.1.
  • Fixed World not using RGBA values when resetting colour after drawing an entity.