Merge lines.love
[?]
Jun 8, 2023, 4:39 AM
JMA2BLDKZHCWOZOC5AW3K6UEKXZCF6SCV3YEWKRVBRGKVT5KW3CACDependencies
- [2]
BZHJNMDNdocument some editor constants - [3]
4KC7I3E2make colors easier to edit - [4]
MXXCTVXWdocument facilities for buttons on screen - [5]
MD3W5IRAnew fork: rip out drawing support - [6]
H5UZI3YNeditor documentation - [*]
N2NUGNN4include a brief reference enabling many useful apps - [*]
2L5MEZV3experiment: new edit namespace
Change contents
- edit in reference.md at line 238
* `Drawing_padding_top` and `Drawing_padding_bottom` affect spacing arounddrawings. - edit in reference.md at line 241
* `Stroke_color`, `Current_stroke_color` for line drawings.* `Icon_color` affects the color of the little mode icon on the top right ofa drawing.* `Current_name_background_color` manages the color when naming points using`ctrl+n`.* `Focus_stroke_color` affects the color of a point or line when you hoverover it.* `Help_color` and `Help_background_color` affect the color of online helpwithin line drawings. - edit in edit.lua at line 4
Focus_stroke_color = {r=1, g=0, b=0} -- what mouse is hovering over