Körperbewegung
This commit is contained in:
parent
b16b24e4f7
commit
95945c0306
78 changed files with 12503 additions and 0 deletions
7
mods/modlib/web.lua
Normal file
7
mods/modlib/web.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
return setmetatable({}, {__index = function(self, module_name)
|
||||
if module_name == "uri" or module_name == "html" then
|
||||
local module = assert(loadfile(modlib.mod.get_resource(modlib.modname, "web", module_name .. ".lua")))()
|
||||
self[module_name] = module
|
||||
return module
|
||||
end
|
||||
end})
|
Loading…
Add table
Add a link
Reference in a new issue