mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-08-31 01:18:29 -04:00
Made the library loading passtrough work properly
This commit is contained in:
parent
7a5050b016
commit
afe6573b18
2 changed files with 3 additions and 2 deletions
|
@ -7,7 +7,6 @@ local Concord = {}
|
|||
-- useEvents Flag to overwrite love.run and use events. Defaults to false
|
||||
-- }
|
||||
-- @return Concord
|
||||
}
|
||||
function Concord.init(settings)
|
||||
Concord.entity = require(PATH..".entity")
|
||||
Concord.component = require(PATH..".component")
|
||||
|
|
4
init.lua
4
init.lua
|
@ -1 +1,3 @@
|
|||
return require("concord")
|
||||
local PATH = (...):gsub('%.init$', '')
|
||||
|
||||
return require(PATH..".concord")
|
Loading…
Add table
Add a link
Reference in a new issue