diff options
-rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |