6J6EEUAYIK5DT7LP43IJVEH3UX53ALKKRYOI6AD64MVA6QNIYWXQC
love.graphics.print("Things you can do:", 16+30,y)
y = y+15
love.graphics.print("* Press the mouse button to start drawing a "..current_shape_singular(), 16+30,y)
y = y+15
love.graphics.print("* Hover on a point and press 'ctrl+v' to start moving it,", 16+30,y)
y = y+15
love.graphics.print("then press the mouse button to finish", 16+30+bullet_indent(),y)
y = y+15
love.graphics.print("* Hover on a point or shape and press 'ctrl+d' to delete it", 16+30,y)
y = y+15
y = y+15
love.graphics.print("Things you can do:", 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print("* Press the mouse button to start drawing a "..current_shape_singular(), 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print("* Hover on a point and press 'ctrl+v' to start moving it,", 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print("then press the mouse button to finish", 16+30+bullet_indent(),y, 0, zoom)
y = y+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+15*zoom
y = y+15*zoom
love.graphics.print("* Press 'ctrl+=' or 'ctrl+-' to zoom in or out", 16+30,y)
y = y+15
love.graphics.print("* Press 'ctrl+=' or 'ctrl+-' to zoom in or out", 16+30,y, 0, zoom)
y = y+15*zoom
y = y+15*zoom
love.graphics.print("Hit 'esc' now to hide this message", 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print("You're currently drawing "..current_shape_pluralized(), 16+30,y)
y = y+15
love.graphics.print('Things you can do now:', 16+30,y)
y = y+15
love.graphics.print("You're currently drawing "..current_shape_pluralized(), 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print('Things you can do now:', 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print('* Release the mouse button to finish drawing a full circle', 16+30,y)
y = y+15
love.graphics.print("* Press 'a' to draw just an arc of a circle", 16+30,y)
love.graphics.print('* Release the mouse button to finish drawing a full circle', 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print("* Press 'a' to draw just an arc of a circle", 16+30,y, 0, zoom)
love.graphics.print('* Release the mouse button to finish drawing a polygon', 16+30,y)
y = y+15
love.graphics.print("* Press 'p' to add a vertex to the polygon", 16+30,y)
y = y+15
love.graphics.print('* Release the mouse button to finish drawing a polygon', 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print("* Press 'p' to add a vertex to the polygon", 16+30,y, 0, zoom)
y = y+15*zoom
love.graphics.print("* Press 'esc' then release the mouse button to cancel the current shape", 16+30,y)
y = y+15
y = y+15
love.graphics.print("* Press 'esc' then release the mouse button to cancel the current shape", 16+30,y, 0, zoom)
y = y+15*zoom
y = y+15*zoom