Page 2 of 2

Re: Hai I'm new

Posted: Thu Sep 13, 2012 8:13 pm
by Lovely_Code
umm not that i'm aware of. I'll let this go until tomorrow, after reading some more tutorials and see what I can dig up. Thanks for the help, I hope this little program proves to work out for me!

Re: Hai I'm new

Posted: Sat Sep 15, 2012 8:24 am
by Robin
This is because that game you're trying to run was written for an older version of LÖVE, which had a bug that is now fixed.

If you go through the code and replace every instance of require "foo.lua" to require "foo", it should work.