summaryrefslogtreecommitdiffhomepage
path: root/player.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-05-15 22:41:50 +0200
committerAki <nthirtyone@gmail.com>2016-05-15 22:41:50 +0200
commitcc6312dbeaaa16bea9819e27e85b93a00b92c6e0 (patch)
treed43a93b0bbd0e48795e3dfeb4ed423d5f637e127 /player.lua
parent861d6e0736346c4aa80c35d7f0b6f2841d64404f (diff)
downloadroflnauts-cc6312dbeaaa16bea9819e27e85b93a00b92c6e0.zip
roflnauts-cc6312dbeaaa16bea9819e27e85b93a00b92c6e0.tar.gz
roflnauts-cc6312dbeaaa16bea9819e27e85b93a00b92c6e0.tar.bz2
Default scale in draw
Diffstat (limited to 'player.lua')
-rw-r--r--player.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/player.lua b/player.lua
index c40f4fe..fcbe83f 100644
--- a/player.lua
+++ b/player.lua
@@ -189,6 +189,7 @@ function Player:draw (offset_x, offset_y, scale, debug)
-- defaults
local offset_x = offset_x or 0
local offset_y = offset_y or 0
+ local scale = scale or 1
local debug = debug or false
-- sprite draw
love.graphics.setColor(255,255,255,255)