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.
This commit is contained in:
Kartik K. Agaram 2022-06-09 13:39:41 -07:00
parent 06fae39088
commit 25190676ea
1 changed files with 1 additions and 1 deletions

View File

@ -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