Automate naming process

This commit is contained in:
Tjakka5 2019-12-22 23:07:42 +01:00
parent e0f88025ba
commit 144a42dc9e
7 changed files with 78 additions and 53 deletions

View file

@ -0,0 +1,6 @@
local Component = require("src").component
return Component(function(e, x, y)
e.x = x
e.y = y
end)