Difference between revisions of "0.2.0"
m (Added category) |
m (moved no-game screenshot to the top of the page) |
||
Line 1: | Line 1: | ||
+ | [[Image:Nogame-020.jpg|thumb|nogame screen]] | ||
+ | |||
The codename of LÖVE 0.2.0 is "'''Mini-Moose'''". It is currently '''<span style="color:#0000ff;">released</span>'''. | The codename of LÖVE 0.2.0 is "'''Mini-Moose'''". It is currently '''<span style="color:#0000ff;">released</span>'''. | ||
Line 16: | Line 18: | ||
* Fixed titlebar. Game title is now displayed. | * Fixed titlebar. Game title is now displayed. | ||
− | |||
[[Category:LoveVersions]] | [[Category:LoveVersions]] | ||
[[Category:LÖVE]] | [[Category:LÖVE]] |
Revision as of 17:06, 10 May 2015
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.