diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-14 14:30:36 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-14 14:30:36 -0700 |
| commit | 48684ad8ada148db99828f3991a8d79e51abeef3 (patch) | |
| tree | 7911cbf4e3fa030637e96195ea92e99f2f61ebd7 /main.lua | |
| parent | 6da33d812b3328e97faf38e73e4c2db9e4e72732 (diff) | |
Fixed font issue (or created one, we'll see)
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ function love.load() --pressstarts:setFilter("nearest", "nearest") pixeloperatorb = love.graphics.newFont("fonts/pixel_operator/PixelOperator8-Bold.ttf", 16) pixeloperatorb:setFilter("nearest", "nearest") - pixeloperator = love.graphics.newFont("fonts/pixel_operator/PixelOperator8.ttf", 16) + pixeloperator = love.graphics.newFont("fonts/pixel_operator/PixelOperator8.ttf", 16.5) pixeloperator:setFilter("nearest", "nearest") pixeloperators = love.graphics.newFont("fonts/pixel_operator/PixelOperator-Bold.ttf", 16) pixeloperators:setFilter("nearest", "nearest") |
