mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
Fixed the love.run loop and moved it into its own file. Fixed examples
This commit is contained in:
parent
afe6573b18
commit
42213fcdf9
8 changed files with 208 additions and 3 deletions
5
examples/baseLayout/src/components/init.lua
Normal file
5
examples/baseLayout/src/components/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local PATH = (...):gsub('%.init$', '')
|
||||
|
||||
return {
|
||||
|
||||
}
|
5
examples/baseLayout/src/systems/init.lua
Normal file
5
examples/baseLayout/src/systems/init.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
local PATH = (...):gsub('%.init$', '')
|
||||
|
||||
return {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue