Page 2 of 2

Re: Jack in a Box, tiny platformer 'base' for 0.6

Posted: Fri Oct 30, 2009 12:02 am
by Fizzadar
subrime wrote:rofl... I was just so excited that I stopped reading after 'platformer'.

Not looked at 0.6 yet, but (in 0.5 parlance) maybe something like:

Code: Select all

if love.system.getVersion()~='0.6.0' then
  print('you need love 0.6.0 to run this game')
end
haha! Also good idea, will add :)

Re: Jack in a Box, tiny platformer 'base' for 0.6

Posted: Fri Oct 30, 2009 12:41 am
by Fizzadar
Updated once again, few fixes and a proper test map. Tab reloads the test map too.