From 86e07cc6860b01c1569645e858ea8e9235d5194e Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Sun, 1 Sep 2019 02:27:33 -0400 Subject: Spread out the entities a bit on the test triangle screen --- Scripts/init.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Scripts/init.lua') diff --git a/Scripts/init.lua b/Scripts/init.lua index 56a6977..a590ca2 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -28,8 +28,8 @@ cat = { y = 0.0 }, Position = { - x = 50, - y = 0 + x = 180, + y = -75 }, Render = { texture = "Assets/cat.png", @@ -58,7 +58,7 @@ animal = { }, Idle = function(self) self.Velocity.x = -200 * math.sin(math.rad(self.counter)); - self.Velocity.y = 100 * math.cos(math.rad(self.counter*5)); + self.Velocity.y = 500 * math.cos(math.rad(self.counter*5)); self.counter = self.counter + 5; end, counter = 0; -- cgit v1.2.3