about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-05-21 14:20:16 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-05-21 14:20:16 -0700
commita70d9a81dcb7c1b2d374504fcf4df238eeb3be5d (patch)
tree2b03fd918bf60c050274436ff256062dff860bd3
parent0537f817447ec9b3ab7983cab9850bc4b9b70c12 (diff)
downloadlines.love-a70d9a81dcb7c1b2d374504fcf4df238eeb3be5d.tar.gz
help tweak
-rw-r--r--help.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/help.lua b/help.lua
index ffae5e9..2a260c9 100644
--- a/help.lua
+++ b/help.lua
@@ -7,9 +7,11 @@ function draw_help_without_mouse_pressed(drawing)
   y = y + math.floor(15*Zoom)
   love.graphics.print("* Hover on a point and press 'ctrl+v' to start moving it,", 16+30,y, 0, Zoom)
   y = y + math.floor(15*Zoom)
+  love.graphics.print("then press the mouse button to finish", 16+30+bullet_indent(),y, 0, Zoom)
+  y = y + math.floor(15*Zoom)
   love.graphics.print("* Hover on a point and press 'ctrl+n' to name it,", 16+30,y, 0, Zoom)
   y = y + math.floor(15*Zoom)
-  love.graphics.print("then press the mouse button to finish", 16+30+bullet_indent(),y, 0, Zoom)
+  love.graphics.print("then press 'enter' to finish", 16+30+bullet_indent(),y, 0, Zoom)
   y = y + math.floor(15*Zoom)
   love.graphics.print("* Hover on a point or shape and press 'ctrl+d' to delete it", 16+30,y, 0, Zoom)
   y = y + math.floor(15*Zoom)