make online help fit within a drawing
[?]
Jun 5, 2022, 4:58 AM
GSV7DABC6ABTFLKTGDH42U7KT5M7O5TMO3D2EFUU2CCEWKNXZEAQCDependencies
- [2]
6UZ2JNZEyet another key conflict - [3]
DXT4QTAHa few more integer coordinates - [4]
WTDKUACNrectangle and square shapes - [5]
HOSPP2ANcrisp font rendering - [6]
VHQCNMARseveral more modules
Change contents
- edit in help.lua at line 11
y = y + Line_heightlove.graphics.print("* Hover on a point and press 'ctrl+n' to name it,", 16+30,y) - replacement in help.lua at line 12
love.graphics.print("then press 'enter' to finish", 16+30+bullet_indent(),y)love.graphics.print("* Hover on a point and press 'ctrl+n', type a name, then press 'enter'", 16+30,y) - edit in help.lua at line 16
y = y + Line_height - replacement in help.lua at line 44
love.graphics.print("* Press 'ctrl+=' or 'ctrl+-' to zoom in or out", 16+30,y)y = y + Line_heightlove.graphics.print("* Press 'ctrl+0' to reset zoom", 16+30,y)y = y + Line_heightlove.graphics.print("* Press 'ctrl+=' or 'ctrl+-' to zoom in or out, ctrl+0 to reset zoom", 16+30,y) - replacement in help.lua at line 46
love.graphics.print("Hit 'esc' now to hide this message", 16+30,y)love.graphics.print("Press 'esc' now to hide this message", 16+30,y)