OLZRJ4AXIXZHJSCTMH365Z6HPE26UAVSXPSFAPASZPPHT44VYL4AC
love.graphics.print('* Release the mouse button to finish drawing the polygon', 16+30,y)
y = y + Line_height
love.graphics.print("* Press 'p' to add a vertex to the polygon", 16+30,y)
love.graphics.print('* Release the mouse button to finish drawing the regular polygon', 16+30,y)
if Current_drawing_mode ~= 'square' then
love.graphics.print("* Press 's' to switch to drawing squares", 16+30,y)
y = y + Line_height
end