From e8d3e8f0522b6d7896f1e3d330c70af5376f7c4c Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Mon, 2 Sep 2019 00:15:35 -0400 Subject: Made lighting a bit softer --- Scripts/init.lua | 7 ------- 1 file changed, 7 deletions(-) (limited to 'Scripts') diff --git a/Scripts/init.lua b/Scripts/init.lua index 37b1f0d..9b8912f 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -9,10 +9,6 @@ bird = { y = 0.0 }, Name = "bord", - Init = function(self) - print(self.Position.x .. "," .. self.Position.y) - print("Bird spawn") - end, Render = { texture = "Assets/player.png", visible = true @@ -47,9 +43,6 @@ cat = { normal = "Assets/cat_normal.png", visible = true }, - Init = function(self) - print(self.Position.x .. "," .. self.Position.y) - end, counter = 0; Idle = function(self) self.Velocity.x = -100 * math.sin(math.rad(self.counter)); -- cgit v1.2.3