andr-ew / crops

functional UI component system for monome norns (+ grid/arc)
2 stars 0 forks source link

`crops.origin.grid` #21

Closed andr-ew closed 5 months ago

andr-ew commented 5 months ago
crops.origin.grid = { x = 8, y = 0 }

--render a bunch of stuff, all will be shifted to the right

crops.origin.grid = { x = 0, y = 0 }
andr-ew commented 5 months ago

nope