respect zoom when printing online help

[?]
May 17, 2022, 6:04 AM
6J6EEUAYIK5DT7LP43IJVEH3UX53ALKKRYOI6AD64MVA6QNIYWXQC

Dependencies

Change contents

  • replacement in main.lua at line 1067
    [3.775][3.775:1273]()
    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
    [3.775]
    [3.1273]
    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
  • replacement in main.lua at line 1079
    [3.1310][3.1310:1414]()
    love.graphics.print("* Press 'ctrl+f' to switch to drawing freehand strokes", 16+30,y)
    y = y+15
    [3.1310]
    [3.1414]
    love.graphics.print("* Press 'ctrl+f' to switch to drawing freehand strokes", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1083
    [3.1453][3.1453:1546]()
    love.graphics.print("* Press 'ctrl+l' to switch to drawing lines", 16+30,y)
    y = y+15
    [3.1453]
    [3.1546]
    love.graphics.print("* Press 'ctrl+l' to switch to drawing lines", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1087
    [3.1590][3.1590:1703]()
    love.graphics.print("* Press 'ctrl+m' to switch to drawing horizontal/vertical lines", 16+30,y)
    y = y+15
    [3.1590]
    [3.1703]
    love.graphics.print("* Press 'ctrl+m' to switch to drawing horizontal/vertical lines", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1091
    [3.1744][3.1744:1844]()
    love.graphics.print("* Press 'ctrl+c' to switch to drawing circles/arcs", 16+30,y)
    y = y+15
    [3.1744]
    [3.1844]
    love.graphics.print("* Press 'ctrl+c' to switch to drawing circles/arcs", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1095
    [3.1886][3.1886:1982]()
    love.graphics.print("* Press 'ctrl+g' to switch to drawing polygons", 16+30,y)
    y = y+15
    [3.1886]
    [3.1982]
    love.graphics.print("* Press 'ctrl+g' to switch to drawing polygons", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1098
    [3.1988][2.284:376]()
    love.graphics.print("* Press 'ctrl+=' or 'ctrl+-' to zoom in or out", 16+30,y)
    y = y+15
    [3.1988]
    [3.1988]
    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
  • replacement in main.lua at line 1109
    [3.2175][3.2175:2342]()
    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
    [3.2175]
    [3.2342]
    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
  • replacement in main.lua at line 1114
    [3.2379][3.2379:2491]()
    love.graphics.print('* Release the mouse button to finish drawing a freehand stroke', 16+30,y)
    y = y+15
    [3.2379]
    [3.2491]
    love.graphics.print('* Release the mouse button to finish drawing a freehand stroke', 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1117
    [3.2559][3.2559:2660]()
    love.graphics.print('* Release the mouse button to finish drawing a line', 16+30,y)
    y = y+15
    [3.2559]
    [3.2660]
    love.graphics.print('* Release the mouse button to finish drawing a line', 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1121
    [3.2744][3.2744:2938]()
    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)
    [3.2744]
    [3.2938]
    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)
  • replacement in main.lua at line 1125
    [3.2947][3.2947:3037]()
    love.graphics.print('* Release the mouse button to finish drawing an arc', 16+30,y)
    [3.2947]
    [3.3037]
    love.graphics.print('* Release the mouse button to finish drawing an arc', 16+30,y, 0, zoom)
  • replacement in main.lua at line 1127
    [3.3045][3.3045:3058]()
    y = y+15
    [3.3045]
    [3.3058]
    y = y+15*zoom
  • replacement in main.lua at line 1129
    [3.3098][3.3098:3294]()
    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
    [3.3098]
    [3.3294]
    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
  • replacement in main.lua at line 1134
    [3.3300][3.125:231](),[3.231][3.3300:3311](),[3.3300][3.3300:3311](),[3.3311][3.232:243]()
    love.graphics.print("* Press 'esc' then release the mouse button to cancel the current shape", 16+30,y)
    y = y+15
    y = y+15
    [3.3300]
    [3.3311]
    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
  • replacement in main.lua at line 1138
    [3.3344][3.3344:3432]()
    love.graphics.print("* Press 'l' to switch to drawing lines", 16+30,y)
    y = y+15
    [3.3344]
    [3.3432]
    love.graphics.print("* Press 'l' to switch to drawing lines", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1142
    [3.3476][3.3476:3584]()
    love.graphics.print("* Press 'm' to switch to drawing horizontal/vertical lines", 16+30,y)
    y = y+15
    [3.3476]
    [3.3584]
    love.graphics.print("* Press 'm' to switch to drawing horizontal/vertical lines", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1146
    [3.3625][3.3625:3720]()
    love.graphics.print("* Press 'c' to switch to drawing circles/arcs", 16+30,y)
    y = y+15
    [3.3625]
    [3.3720]
    love.graphics.print("* Press 'c' to switch to drawing circles/arcs", 16+30,y, 0, zoom)
    y = y+15*zoom
  • replacement in main.lua at line 1150
    [3.3762][3.3762:3853]()
    love.graphics.print("* Press 'g' to switch to drawing polygons", 16+30,y)
    y = y+15
    [3.3762]
    [3.3853]
    love.graphics.print("* Press 'g' to switch to drawing polygons", 16+30,y, 0, zoom)
    y = y+15*zoom