Difference between revisions of "0.2.0"
(Created page with "The codename of LÖVE 0.2.0 is "'''Mini-Moose'''". It is currently '''<span style="color:#0000ff;">released</span>'''. == Changes since 0.1.1 == * Added [[love.graphics.newI...") |
m (Added category) |
||
Line 17: | Line 17: | ||
[[Image:Nogame-020.jpg|thumb|nogame screen]] | [[Image:Nogame-020.jpg|thumb|nogame screen]] | ||
+ | [[Category:LoveVersions]] | ||
[[Category:LÖVE]] | [[Category:LÖVE]] |
Revision as of 04:32, 11 August 2013
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.