diff options
author | Aki <nthirtyone@gmail.com> | 2016-07-17 07:07:36 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-07-17 07:07:36 +0200 |
commit | 8d2b52c1f7daeb50e099a1256f5f3685b1ae5368 (patch) | |
tree | 2f024ee111830da10f012370a0d3dc7cf593f7c0 | |
parent | c5e63ddf5d895db50c7e58a5ac2af05e91dff35f (diff) | |
download | roflnauts-8d2b52c1f7daeb50e099a1256f5f3685b1ae5368.zip roflnauts-8d2b52c1f7daeb50e099a1256f5f3685b1ae5368.tar.gz roflnauts-8d2b52c1f7daeb50e099a1256f5f3685b1ae5368.tar.bz2 |
Flag
-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) |