Love treats the directory containing main.lua as the top-level directory. This may not be ideal for organizing Lua files and game assets along with JavaScript and other web assets.
Perhaps this is solved via a proper preloading mechanism and compiling all of the Lua into a single json blob.
Love treats the directory containing
main.lua
as the top-level directory. This may not be ideal for organizing Lua files and game assets along with JavaScript and other web assets.Perhaps this is solved via a proper preloading mechanism and compiling all of the Lua into a single json blob.