mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 12:24:11 -04:00
6 lines
No EOL
107 B
Lua
6 lines
No EOL
107 B
Lua
local Component = require("src").component
|
|
|
|
return Component(function(e, x, y)
|
|
e.x = x
|
|
e.y = y
|
|
end) |