Auto-transforming layer duplicates
Hey guys!
I need to tile a layer.
For the effect I'm going for, I can't use repetile.
Duplicating by hand is too painful.
I've found this expression:
x = (index-1)*50;
[x,transform.position[1]];It works for duplicating my layers (each one is 50x50px, so, perfect).
However, this only gets me a row of layers, right.
I'm sure there's a way to do this for the Y axis.
I've tried manually doing one column and then duplicating the layers, but that doesn't work because it shifts each layer 50px more on the X axis each time I duplicate...
