Difference between revisions of "0.1.1"

m
m (Specify text is output to the console)
 
(4 intermediate revisions by 3 users not shown)
Line 9: Line 9:
 
* Keyboard, mouse, display, timer, etc. (Basic devices).
 
* Keyboard, mouse, display, timer, etc. (Basic devices).
  
[[Image:Nogame-011.jpg|thumb|nogame screen]]
+
LÖVE 0.1.1 does not have a "no-game screen" as all later releases do. When run without a game, it outputs the following text on the console:
[[Category:LÖVE]]
+
 
 +
    LOVE 0.1.1a - Now with more Santa-power.
 +
   
 +
    Usage: love [item]
 +
    - [item] may be an archive file or directory ^.^
 +
   
 +
 
 +
[[Category:Versions]]

Latest revision as of 01:06, 1 March 2018

The codename of LÖVE 0.1.1 is "Santa-Power". It is currently released.

  • Image loading and rendering.
  • Sound loading and playing.
  • Font loading and rendering.
  • Lua-scriptable games.
  • Config files.
  • Stuff is loadable from archive files.
  • Keyboard, mouse, display, timer, etc. (Basic devices).

LÖVE 0.1.1 does not have a "no-game screen" as all later releases do. When run without a game, it outputs the following text on the console:

   LOVE 0.1.1a - Now with more Santa-power.
   
   Usage: love [item]
    - [item] may be an archive file or directory ^.^