antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
646 stars 64 forks source link

Added some control additions in the editor, filled(), and polygon() #58

Open cobrajs opened 12 years ago

cobrajs commented 12 years ago

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.

cobrajs commented 12 years ago

The changes to flames.lua are unnecessary... they were committed along with testing the filled binding.