help tweak

This commit is contained in:
Kartik K. Agaram 2022-05-21 14:20:16 -07:00
parent 0537f81744
commit a70d9a81dc
1 changed files with 3 additions and 1 deletions

View File

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