diff --git a/controller-host/main.lua b/controller-host/main.lua index 2035cd9..86bb120 100644 --- a/controller-host/main.lua +++ b/controller-host/main.lua @@ -42,8 +42,9 @@ function love.draw(...) local centerY = love.graphics.getHeight() / 2 -- Calculate textX and textY - local textX = math.floor(centerX - (font:getWidth(text) / 2)) - local textY = math.floor(centerY - (font:getHeight(text) / 2)) + --local textX = math.floor(centerX - (font:getWidth(text) / 2)) + --local textY = math.floor(centerY - (font:getHeight(text) / 2)) + local textX, textY = 10, 10 local realText if errorMessage then