0.2.0
The codename of LÖVE 0.2.0 is "Mini-Moose". It is currently released.
Changes since 0.1.1
- Added ImageFont
- Added Animation (since removed)
- Added text formatting functions
- Added setCenter for Image and Animation. (since removed)
- Added methods for rendering of scaled/rotated sprites.
- Added the drawing of basic shapes.
- Added default font and embedded resources.
- Added Ctrl+R for reload. (since removed)
- Added blending and color modes.
- Fixed memory usage of Graphics.
- Fixed a bug where the set text color would change the color of any images rendered.
- Fixed CWD bug.
- Fixed titlebar. Game title is now displayed.