From 25190676ea2a7cee59c57506ccefaed82ee6fb79 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 9 Jun 2022 13:39:41 -0700 Subject: the problem is that the cursor can occlude text And anything we do to reduce the occlusion also makes the cursor harder to acquire. I suppose this is why we need the blink. --- text.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/text.lua b/text.lua index 3e86d27..b8c3909 100644 --- a/text.lua +++ b/text.lua @@ -85,7 +85,7 @@ end -- draw with small line_width of 100 function Text.draw_cursor(x, y) - love.graphics.setColor(1,0,0) + love.graphics.setColor(1,0,0, 0.8) love.graphics.rectangle('fill', x,y, 3,Line_height) love.graphics.setColor(0,0,0) Cursor_x = x -- cgit 1.4.1-2-gfad0