From f55c9f415a081a175e48b51db894f23e59ce47a2 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Sun, 18 Jun 2023 22:28:37 +0100 Subject: fix line lengths --- client/main.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'client/main.lua') diff --git a/client/main.lua b/client/main.lua index 7388c67..f68ff79 100644 --- a/client/main.lua +++ b/client/main.lua @@ -27,7 +27,8 @@ function titlescene.draw() love.graphics.print("enter username: ",40,120) love.graphics.setColor(0,0,0,0.8) - love.graphics.rectangle('fill', 60,150, 3+normal_font:getWidth(username), 15) + love.graphics.rectangle('fill', 60,150, + 3+normal_font:getWidth(username), 15) love.graphics.setColor(1,1,1) love.graphics.print(username, 60, 150) -- cgit v1.2.3