clean up some absolute coordinates
[?]
Mar 26, 2023, 1:34 AM
ZWDTEUH7J2WM5VF5R2NCHN6FXXSMGJUZP4JSVMJKFZJTKVEBBSLQCDependencies
- [2]
PP2IIHL6stop putting button state in a global - [3]
UN7GKYV5support hyperlinks in the source editor - [4]
VHQCNMARseveral more modules - [5]
4KC7I3E2make colors easier to edit - [6]
WJBZZQE4fold together two largely similar cases - [7]
BW2IUB3Kkeep all text cache writes inside text.lua - [8]
6J3NXBYGaffordance to adjust width for word wrap - [*]
2L5MEZV3experiment: new edit namespace
Change contents
- replacement in icons.lua at line 7
love.graphics.line(4,y+6, 16,y+6)love.graphics.line(10,y, 10,y+12)love.graphics.line(x,y+6, x+12,y+6)love.graphics.line(x+6,y, x+6,y+12) - replacement in edit.lua at line 171
button(State, 'draw', {x=4,y=y+4, w=12,h=12, color={1,1,0},button(State, 'draw', {x=State.left-Margin_left+4, y=y+4, w=12,h=12, color={1,1,0},