diff options
author | Aki <nthirtyone@gmail.com> | 2016-06-20 22:21:20 +0200 |
---|---|---|
committer | Aki <nthirtyone@gmail.com> | 2016-06-20 22:21:20 +0200 |
commit | 6682bf6962eb24c1763eb69761b7f09951e38441 (patch) | |
tree | ecff8902572b671b2ff29c8c8f6bf12582435dcf | |
parent | dae8660f934248a0383c8e71b10701c222aa6bee (diff) | |
download | roflnauts-6682bf6962eb24c1763eb69761b7f09951e38441.zip roflnauts-6682bf6962eb24c1763eb69761b7f09951e38441.tar.gz roflnauts-6682bf6962eb24c1763eb69761b7f09951e38441.tar.bz2 |
Header font
-rw-r--r-- | assets/font3.png | bin | 941 -> 1118 bytes | |||
-rw-r--r-- | main.lua | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/assets/font3.png b/assets/font3.png Binary files differindex 2221d88..48b2e82 100644 --- a/assets/font3.png +++ b/assets/font3.png @@ -23,7 +23,7 @@ function love.load () -- Font Font = love.graphics.newImageFont("assets/font2.png", " 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz.-,!:()[]{}<>", -1) - Bold = love.graphics.newImageFont("assets/font3.png", " 0123456789", 0) + Bold = love.graphics.newImageFont("assets/font3.png", " 0123456789AEFILNORSTUW", -2) Font:setLineHeight(1) love.graphics.setFont(Font) |