load81
load81 copied to clipboard
Added some control additions in the editor, filled(), and polygon()
Added additional controls in the editor: Page up and down, Home and End, and Ctrl+Home and Ctrl+End for going to the top and bottom of the page.
Added a filled() (takes true or false) function for setting the filled state, so that LOAD81 can draw outlines of shapes if needed.
Added a polygon() function that takes a table of X values and a table of Y values.
The changes to flames.lua are unnecessary... they were committed along with testing the filled binding.