LÖVE 0.5 Mirror?

Showcase your libraries, tools and other projects that help your fellow love users.
Post Reply
User avatar
Dangleberries
Prole
Posts: 3
Joined: Fri Jan 01, 2010 11:22 am

LÖVE 0.5 Mirror?

Post by Dangleberries »

Most projects/demos here don't work with the new 0.6 love. Is there a mirror of the stable 0.5 love somewhere?

And what are all the things I would have to change to give the old scripts some 0.6 love?
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: LÖVE 0.5 Mirror?

Post by Robin »

Dangleberries wrote:And what are all the things I would have to change to give the old scripts some 0.6 love?
For a large list see the wiki.

Summary of most obvious ones:
  • load() -> love.load(), update(dt) -> love.update(dt) and draw() -> love.draw()
  • For strings, change love.graphics.draw() to love.graphics.print()
  • String constants: usually, love.xxx_yyy -> "yyy". Keys are slightly different: love.key_slash -> "/" etc.
  • Default font: love._vera_ttf
Last edited by bartbes on Fri Jan 01, 2010 1:16 pm, edited 1 time in total.
Reason: Fixed the url
Help us help you: attach a .love.
Post Reply

Who is online

Users browsing this forum: Semrush [Bot] and 27 guests