Application projects should use the following recommended directory structure:
/usr/ | All application specific files should go to /usr. The bare Core4 SDK will never place files into the /usr directory. |
/usr/lib/lua/ | All Lua programm files. |
/usr/lib/lua/main.lua | The first lua program file that runs at startup. |
/usr/lib/fonts/ | Application specific fonts. |
/usr/lib/images/ | Graphics files. |
/usr/lib/sounds/ | Audio files. |