summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
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)