Adult Lib - run old Löve code with the current Löve version
Posted: Fri Jun 04, 2010 1:03 pm
Here is the original post: http://forum.freegamedev.net/viewtopic. ... 363&p=4193
A small lib to run old löve code with the current version. Currently it only supports
0.5 -> 0.6.2.
You can find it under: http://ghoulsblade.schattenkind.net/files/adult.lua
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
A small lib to run old löve code with the current version. Currently it only supports
0.5 -> 0.6.2.
You can find it under: http://ghoulsblade.schattenkind.net/files/adult.lua
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