diff options
Diffstat (limited to 'Scripts')
-rw-r--r-- | Scripts/init.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Scripts/init.lua b/Scripts/init.lua index 3ec4618..851c180 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -1,15 +1,3 @@ ---Player = entityx.manager:new() ---function Player:init(o) --- o = o or {} --- self.position = self:component("Position", o.position or {0, 0}) ---end --- ---p = Player:instance({position = {10, 20}}) ---p.position.x(5) ---print(p.position.x(), p.position.y()) - ---p = comp:Position(6.5, 2.3) - bird = { Position = { x = 1.2, |