Search found 1 match
- Sun Oct 05, 2014 6:37 pm
- Forum: Support and Development
- Topic: filesystem.load chunk not calling a function correctly
- Replies: 2
- Views: 2277
filesystem.load chunk not calling a function correctly
So right now, I'm trying to modify the code from https://github.com/kikito/love-tile-tutorial/ to organize and reuse it. Inside the file chez-peter.lua, the setAssets() call doesn't seem to send any real values to the imported function in map-functions. I asserted that path == nil, and it always thr...