GlyEngine 0.1.3
Create games and apps with lua
Loading...
Searching...
No Matches

Do not use the standard require() from Lua in Gly-Engine games or apps. Gly-Engine provides an advanced include system that handles module loading in the best way for you. In addition, user modules are automatically imported via std.node.load.

Backus-Naur Form
Usage
local P = {
meta = {}
config = {
require = 'http media.video media.audio? *'
}
}
return P