aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-14 14:30:36 -0700
committer1029chris <1029chris@gmail.com>2016-04-14 14:30:36 -0700
commit48684ad8ada148db99828f3991a8d79e51abeef3 (patch)
tree7911cbf4e3fa030637e96195ea92e99f2f61ebd7
parent6da33d812b3328e97faf38e73e4c2db9e4e72732 (diff)
Fixed font issue (or created one, we'll see)
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index e672a90..956b5ef 100644
--- a/main.lua
+++ b/main.lua
@@ -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")