ronin/examples/pixels.lisp
2019-07-14 08:58:51 +02:00

10 lines
130 B
Common Lisp

; pixels
((clear)
; Draw photo
(draw "../../PREVIEW.jpg"
(frame)
(lambda () (echo (select (rect 660 344 10 10))))
))