about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 365bf71..dd5f9e6 100644
--- a/main.lua
+++ b/main.lua
@@ -152,7 +152,7 @@ function love.draw()
   end
   -- cursor
   love.graphics.setColor(0,0,0)
-  love.graphics.print('_', 25+text:getWidth()*1.5, y)
+  love.graphics.print('_', 25+text:getWidth()*1.5, y+6)  -- drop the cursor down a bit to account for the increased font size
 end
 
 function love.update(dt)