From: Clyne Sullivan Date: Thu, 26 Sep 2019 15:38:52 +0000 (-0400) Subject: remove lua puts call X-Git-Tag: v0.2-alpha~1 X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=71a7b3f2654778254c93c58e8ca639de7db80521;p=clyne%2Fgamedev2.git remove lua puts call --- 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)