From 71a7b3f2654778254c93c58e8ca639de7db80521 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Thu, 26 Sep 2019 11:38:52 -0400 Subject: remove lua puts call --- Scripts/init.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/init.lua b/Scripts/init.lua index cdd6ccb..ec9e350 100644 --- a/Scripts/init.lua +++ b/Scripts/init.lua @@ -8,7 +8,8 @@ player = { self.Render.flipx = true; end, MoveLeftReleased = function(self) - game.puts("default", self.Position.x, self.Position.y+100, "Hey. Hag?") + -- TODO can't put text at world coordinates right now + --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