From 8d2b52c1f7daeb50e099a1256f5f3685b1ae5368 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 17 Jul 2016 07:07:36 +0200 Subject: Flag --- main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.lua b/main.lua index aa24c08..52d4440 100644 --- a/main.lua +++ b/main.lua @@ -15,7 +15,7 @@ end function getRealScale() return math.max(love.graphics.getWidth() / 320, love.graphics.getHeight() / 180) end --- Should be moved anywhere; engine object +-- Should be moved to Sprite metaclass (non-existent yet) function newImage(path) local imagedata = love.image.newImageData(path) local transparency = function(x, y, r, g, b, a) -- cgit v1.1