start imposing some organization
[?]
May 17, 2022, 7:58 PM
XJ5J7LDI4AI5J3S67AN5GV6VUIAUCADL2YPGV753ENTW5QUYH5BACDependencies
- [2]
CXCAERTBicons for current_mode - [3]
6F6DF5T3. - [4]
IFGAJAF7add a level of indirection to vertices of shapes - [5]
4NDYV4WDfix 2 bugs in line selection - [6]
R3WSFYGYspacing - [7]
JVRL5TWLstore device-independent coordinates inside drawings - [8]
XX7G2FFJintermingle freehand line drawings with text - [9]
VVXVV2D2change data model; text can now have metadata - [*]
OTIBCAUJlove2d scaffold
Change contents
- replacement in main.lua at line 97
icon = function(x,y)love.graphics.setColor(0.7,0.7,0.7)love.graphics.rectangle('line', x,y, 12,12)love.graphics.line(4,y+6, 16,y+6)love.graphics.line(10,y, 10,y+12)love.graphics.setColor(0, 0, 0)end,icon = icon.insert_drawing, - edit in main.lua at line 1029
function icon.insert_drawing(x, y)love.graphics.setColor(0.7,0.7,0.7)love.graphics.rectangle('line', x,y, 12,12)love.graphics.line(4,y+6, 16,y+6)love.graphics.line(10,y, 10,y+12)love.graphics.setColor(0, 0, 0)end