From f6a0e340bc82cb5fb96f836686bd59aaffd5db97 Mon Sep 17 00:00:00 2001 From: Andy Belle-Isle Date: Mon, 23 Sep 2019 22:14:13 -0400 Subject: Fixed text rendering --- Scripts/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Scripts/init.lua') diff --git a/Scripts/init.lua b/Scripts/init.lua index 9e6848e..8559f7c 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -8,7 +8,7 @@ player = { self.Render.flipx = true; end, MoveLeftReleased = function(self) - game.puts("default", self.Position.x, self.Position.y, "Hey.") + game.puts("default", self.Position.x, self.Position.y+100, "Hey. Hag?") self.Velocity.x = self.Velocity.x + 3.0 end, MoveRightPressed = function(self) -- cgit v1.2.3