Distributing with modules
Posted: Sun Apr 09, 2017 1:59 am
I have created a zip file with main.lua in it. I use a module called "SUIT", which is stored in a subdirectory called 'SUIT'.
My zip file looks like this:
- main.lua
- SUIT\core.lua
- SUIT\<all other suit files>
When I start up, I get:
Where am I supposed to put my module dependency when creating a .love file for distribution?
Thanks
My zip file looks like this:
- main.lua
- SUIT\core.lua
- SUIT\<all other suit files>
When I start up, I get:
Where am I supposed to put my module dependency when creating a .love file for distribution?
Thanks