From e7fee98e0ee15665b40b383baf925356bb81f20d Mon Sep 17 00:00:00 2001 From: tcsullivan Date: Sun, 1 Sep 2019 12:56:49 -0400 Subject: added player system; player moves left and right --- Scripts/init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Scripts') diff --git a/Scripts/init.lua b/Scripts/init.lua index a590ca2..59920c1 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -1,8 +1,13 @@ bird = { + Player = 0, Position = { x = 150, y = 75 }, + Velocity = { + x = 0.0, + y = 0.0 + }, Name = "bord", Init = function(self) print(self.Position.x .. "," .. self.Position.y) -- cgit v1.2.3