diff options
author | Aki <nthirtyone@gmail.com> | 2016-07-30 17:21:45 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-07-30 17:21:45 +0200 |
commit | 3423e4303fc61c1b9131b8709a6b95851e9459f1 (patch) | |
tree | 3162f53775c9bf52e9df97955391ad995d42927f /selector.lua | |
parent | 1657ac4ddb5e223dd492d13d13fb114c232b7271 (diff) | |
download | roflnauts-3423e4303fc61c1b9131b8709a6b95851e9459f1.zip roflnauts-3423e4303fc61c1b9131b8709a6b95851e9459f1.tar.gz roflnauts-3423e4303fc61c1b9131b8709a6b95851e9459f1.tar.bz2 |
New font, 04font
Diffstat (limited to 'selector.lua')
-rw-r--r-- | selector.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/selector.lua b/selector.lua index 01d7fcf..19dfca6 100644 --- a/selector.lua +++ b/selector.lua @@ -43,7 +43,7 @@ function Selector:draw () love.graphics.draw(sprite, p.active, x*scale, y*scale, 0, scale, scale) end if self.naut ~= 1 then - love.graphics.printf(name, (x-6)*scale, (y+33)*scale, 44, "center", 0, scale, scale) + love.graphics.printf(string.upper(name), (x-8)*scale, (y+33)*scale, 48, "center", 0, scale, scale) end end function Selector:assignController(controller) |