Retro Sketch makes it easy to create awesome pixel art drawings and animations.
[h2]Lua Features[/h2]
[list]
[*] Added value getting functions to input, slider, and checkbox
[*] Added layer add function
[*] Added layer select function
[*] Added layer count function
[*] Added function to get current layer and canvas indexes
[*] Added nudging (moving pixels around)
[*] Added shape drawing
[*] Added error message popup on bad scripts
[*] Added clear layer function
[*] Added get pixel color function
[*] Added "View->Engine plugins" to menu bar
[/list]
[h2]Fixes[/h2]
[list]
[*] Moved lua code to "plugins" folder
[*] Greatly improved performance of creating multiple canvases in Lua
[*] Fixed scrolling bug on horizontal panels (eg: animation window)
[*] Fixed mouse scroll delta reporting from Windows
[*] Fixed color8 format from AABBGGAA to RRGGBBAA
[/list]