Skip to content
Snippets Groups Projects
Commit 46ac50eb authored by mhz1g21's avatar mhz1g21
Browse files

a

parent a2b392fa
No related branches found
No related tags found
No related merge requests found
t1 = tile1;
t2 = tile2;
repeatH 2 {
joinH t1 t2;
repeatV 2 {
repeatH 32 {
repeatV 32 {
joinV t1 t2;
};
};
......
......@@ -3,10 +3,10 @@ t2 = tile2;
repeatH 32 {
repeatV 32 {
JoinV t1 t2;
joinV t1 t2;
};
repeatH 32 {
JoinH t1 t2;
joinH t1 t2;
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment