summaryrefslogtreecommitdiffhomepage
path: root/world.lua
diff options
context:
space:
mode:
authorAki <nthirtyone@gmail.com>2016-06-20 22:34:02 +0200
committerAki <nthirtyone@gmail.com>2016-06-20 22:34:02 +0200
commit6e933c14d25e1fa0c3636ef0e1e9243df3a90291 (patch)
treeaa3497d992928a5fbc14f129597cec61ac413803 /world.lua
parentb114aa73ac88c160962fb2e851dbc28cfee2e9e1 (diff)
downloadroflnauts-6e933c14d25e1fa0c3636ef0e1e9243df3a90291.zip
roflnauts-6e933c14d25e1fa0c3636ef0e1e9243df3a90291.tar.gz
roflnauts-6e933c14d25e1fa0c3636ef0e1e9243df3a90291.tar.bz2
Quick, ninja
Diffstat (limited to 'world.lua')
-rw-r--r--world.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/world.lua b/world.lua
index 8e437a7..fd23287 100644
--- a/world.lua
+++ b/world.lua
@@ -312,7 +312,7 @@ function World:draw()
if self.lastNaut then
local w, h = love.graphics.getWidth()/scale, love.graphics.getHeight()/scale
love.graphics.setFont(Bold)
- love.graphics.printf("WINNER",(w*0.25)*scale,(20)*scale,(w/2)*scale,"center",0,scale,scale)
+ love.graphics.printf("WINNER",(w*0.25)*scale,(20)*scale,w/2,"center",0,scale,scale)
love.graphics.setFont(Font)
end
end