LÖVE 0.11, Middleclass 4.1.1, and camera/mouse changes.
Full changelog:
- Added
Camera:worldPosition
andCamera:screenPosition
to transform points between world and screen space according to the camera's properties. - Added
love.window.updateConstants
. Should be called withinlove.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 useCamera:worldPosition
thus also rotating the point. - Changed
love.mouse.getRotated___
functions andlove.mouse.switchToRotated
to point to theirWorld
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.