Search found 1 match
- Tue Dec 30, 2014 9:47 pm
- Forum: Libraries and Tools
- Topic: Löve Frames - A GUI Library
- Replies: 406
- Views: 378321
Re: Löve Frames - A GUI Library
Make sure you are doing require("path.to.loveframes") and not require("path/to/loveframes") . Wow didnt know that would make a difference o.o thanks -Edit- Got a different error now,says that attempt to index global 'loveframes' (a nil value) in function 'load' -Edit - forgot to...