mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-08-30 17:08:29 -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
10
examples/baseLayout/main.lua
Normal file
10
examples/baseLayout/main.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
local PATH = (...):gsub('%.[^%.]+$', '')
|
||||
|
||||
local Concord = require("concord").init({
|
||||
useEvents = true
|
||||
})
|
||||
|
||||
local C = require(PATH..".src.components")
|
||||
local S = require(PATH..".src.systems")
|
||||
|
||||
local a =5
|
Loading…
Add table
Add a link
Reference in a new issue