123456789101112131415161718 |
- function _startup()
- points(1,1, 192,1, 192,128, 1,128, 8)
- points(0,1, 193,1, 193,128, 0,128, 3)
- points(1,0, 192,0, 192,129, 1,129, 3)
- rect_line(2,2, 190,126, 12)
- --line(2,2,191,2,191,127,2,127,2,2,12)
- line(2,2, 191,127, 9)
- line(191, 2,2,127, 9)
-
- --rect(10,10,10,10,9)
- Image(ImageData(10,10):map(function() return 13 end)):draw(10,10)
- rect(10,42,10,10,9)
- rect(10,30,10,10,9)
- rect_line(10,30,10,10,8)
- points(10,10, 10,19, 19,19, 19,10, 8)
- color(8)
- print_grid("0 TEST",1,1)
- end
|