From 98f50f0b404b48bc38d95126939aefa6c3bea139 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sat, 4 Jun 2022 11:46:01 -0700 Subject: make cursor more obvious Let's see if this is good enough. I can also bump up to 4px radius if I need to. --- text.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'text.lua') diff --git a/text.lua b/text.lua index 30f000f..d3cc29d 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.circle('fill', x,y+Line_height, 2) + love.graphics.circle('fill', x,y+Line_height, 3) love.graphics.setColor(0,0,0) Cursor_x = x Cursor_y = y+Line_height -- cgit 1.4.1-2-gfad0