update Readme for this fork
[?]
Jun 15, 2022, 8:33 PM
NONKKVVPSOFWX3FTCBAI6JC67GK7AVJH4PAHBFPCZQLR3DVLJ2HACDependencies
- [2]
CZRMAMSBclearer discription of how to run lines.love - [3]
SGMDI4TCbugfix: alignment of help screen - [4]
DXT4QTAHa few more integer coordinates - [5]
VHQCNMARseveral more modules - [6]
HOSPP2ANcrisp font rendering - [*]
FS2ITYYHrecord a known issue - [*]
ZTMRQZSWReadme
Change contents
- replacement in help.lua at line 21
love.graphics.print("* Press 'ctrl+l' to switch to drawing lines", Margin_left+30,y)love.graphics.print("* Press 'ctrl+2' to switch to drawing lines", Margin_left+30,y) - replacement in help.lua at line 78
love.graphics.print("* Press 'l' to switch to drawing lines", Margin_left+30,y)love.graphics.print("* Press '2' to switch to drawing lines", Margin_left+30,y) - edit in help.lua at line 81
love.graphics.print("* Press other digits to switch to polygons with corresponding vertices", Margin_left+30,y)y = y + Line_height - edit in README.md at line 8[9.71][2.18]
This fork experiments with number-based keyboard shortcuts within drawings: - edit in README.md at line 11
* `ctrl+2` for lines,* `ctrl+3` for triangles,* `ctrl+4` for squares,* etc.Also corresponding shortcuts without `ctrl+` in the middle of a stroke.