0 Members and 1 Guest are viewing this topic.
function on.paint(gc) gc:setColorRGB(0, 0, 0)--set the color to black gc:drawRect(3, 3, 50, 50)--draws a rectangle on the screen with black lines gc:fillRect(100, 0, 50, 50)--makes a rectangle that is filled with the color blackend
I can't wait for Lua!