Thanks John Blommers (https://github.com/akkartik/lines.love/issues/1#issuecomment-1159582457)
BERHYBXMPLRJKHXKCHGIMURTVGGE2FLF5JZPWR5WBVEF44DISIHQC elseif Current_drawing_mode == 'rectangle' thenif #drawing.pending.vertices < 2 thenlove.graphics.print("* Press 'p' to add a vertex to the rectangle", Margin_left+30,y)y = y + Line_heightelselove.graphics.print('* Release the mouse button to finish drawing the rectangle', Margin_left+30,y)y = y + Line_heightlove.graphics.print("* Press 'p' to replace the second vertext of the rectangle", Margin_left+30,y)y = y + Line_heightendelseif Current_drawing_mode == 'square' thenif #drawing.pending.vertices < 2 thenlove.graphics.print("* Press 'p' to add a vertex to the square", Margin_left+30,y)y = y + Line_heightelselove.graphics.print('* Release the mouse button to finish drawing the square', Margin_left+30,y)y = y + Line_heightlove.graphics.print("* Press 'p' to replace the second vertext of the square", Margin_left+30,y)y = y + Line_heightend