Difference between revisions of "Adult Lib"

(Initial Version)
 
m
 
(2 intermediate revisions by 2 users not shown)
Line 12: Line 12:
  
 
{{#set:LOVE Version=0.6.2}}
 
{{#set:LOVE Version=0.6.2}}
{{#set:Description= run old (0.5.x) Löve code with the current Löve version}}
+
{{#set:Description=Run LÖVE 0.5.0 code with LÖVE 0.6.x.}}
 +
{{#set:Keyword=Compatibility}}
 
[[Category:Libraries]]
 
[[Category:Libraries]]
 +
== Other Languages ==
 +
{{i18n|Adult Lib}}

Latest revision as of 15:24, 15 December 2019

A small lib to run old löve code with the current version. Currently it only supports 0.5.0 -> 0.6.2.

You can find it here

How to use:

  • Take your 0.5 code and include adult in the first line of your main.lua
  • Then call adult.grow ("0.5")
  • If you are lucky enough you will see your game :)
See also

Other Languages