Posts by thiagolr • 131 points
1 post
-
3
votes1
answer232
viewsQ: How exactly does the Moon’s canvas.Compose() work?
canvas:Compose (x, y, canvas_src) Make pixel-by-pixel composition between two canvas. The canvas passed as src`is drawn on the canvas in use (canvas) in the past position. Receives: x: [number]…