about summary refs log tree commit diff stats
path: root/help.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-06-04 21:48:35 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-06-04 21:48:35 -0700
commit7d1671051fab3a0b5d17b7a9571455b6ac41cbe6 (patch)
tree3d5149c9b8c90873ae27ccb09ab0c6ed5a0a878e /help.lua
parent4c5ac9ae5ea50bb2a848ca79f2bb4a4828a2944d (diff)
downloadlines.love-7d1671051fab3a0b5d17b7a9571455b6ac41cbe6.tar.gz
yet another key conflict
Diffstat (limited to 'help.lua')
-rw-r--r--help.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/help.lua b/help.lua
index e2f70cf..bc017bb 100644
--- a/help.lua
+++ b/help.lua
@@ -5,9 +5,9 @@ function draw_help_without_mouse_pressed(drawing)
   y = y + Line_height
   love.graphics.print("* Press the mouse button to start drawing a "..current_shape(), 16+30,y)
   y = y + Line_height
-  love.graphics.print("* Hover on a point and press 'ctrl+v' to start moving it,", 16+30,y)
+  love.graphics.print("* Hover on a point and press 'ctrl+u' to pick it up and start moving it,", 16+30,y)
   y = y + Line_height
-  love.graphics.print("then press the mouse button to finish", 16+30+bullet_indent(),y)
+  love.graphics.print("then press the mouse button to drop it", 16+30+bullet_indent(),y)
   y = y + Line_height
   love.graphics.print("* Hover on a point and press 'ctrl+n' to name it,", 16+30,y)
   y = y + Line_height