mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 20:33:54 -04:00
Automate naming process
This commit is contained in:
parent
e0f88025ba
commit
144a42dc9e
7 changed files with 78 additions and 53 deletions
6
test/components/test_comp_1.lua
Normal file
6
test/components/test_comp_1.lua
Normal file
|
@ -0,0 +1,6 @@
|
|||
local Component = require("src").component
|
||||
|
||||
return Component(function(e, x, y)
|
||||
e.x = x
|
||||
e.y = y
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue