Hello,
the Lua API says that require only allows local files. I’m okay with that, but why not allow local subfolders? This would allow a better organisation o local files, e.g. putting all fonts in a font/ folder, or all self written Lua libraries in a subfolder.
require("scripts.something")
gives me invalid resource name. must be local file
But it is a local file, just in a subfolder?
Thanks
obelix