From 06fae39088c5e62b6fbc82c47fa80c17c4aa2ee3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 9 Jun 2022 13:26:49 -0700 Subject: make the cursor a little thicker I'm testing this by moving the cursor around with my eyes closed, then starting a stopwatch as I open my eyes. This seems to help a bit. I'm able to acquire the cursor in 2s. At least the 10s outliers I used to have with the circle or thin line don't seem to be happening. --- text.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.lua') diff --git a/text.lua b/text.lua index ca4a52c..3e86d27 100644 --- a/text.lua +++ b/text.lua @@ -86,7 +86,7 @@ end function Text.draw_cursor(x, y) love.graphics.setColor(1,0,0) - love.graphics.line(x,y, x,y+Line_height) + love.graphics.rectangle('fill', x,y, 3,Line_height) love.graphics.setColor(0,0,0) Cursor_x = x Cursor_y = y+Line_height -- cgit 1.4.1-2-gfad0