From 846016166e52b237bfaac1e9ccb4364362dfead5 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Wed, 10 Jul 2024 22:53:27 +0200 Subject: [PATCH] Increase font size --- controller-host/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/controller-host/main.lua b/controller-host/main.lua index 3546e91..08ce584 100644 --- a/controller-host/main.lua +++ b/controller-host/main.lua @@ -129,6 +129,7 @@ function love.mqtt.subscribe(topic) end function love.load() + love.graphics.setFont(love.graphics.newFont(15)) local requirePaths = love.filesystem.getRequirePath() love.filesystem.setRequirePath(requirePaths .. ";client/?.lua;client/?/init.lua") local mqttThread = love.thread.newThread("mqttthread.lua")