X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=SugarCubes.pde;h=36e63175061eab1b5cbff18c32a742c0f313dee2;hb=d3016df6068e182a317be0451674411937fd7e95;hp=0afeefecc75bb85893e0dbee8f3ca367dd9178cb;hpb=21dffb1b77608cacc57382f3eb6eac3ed16054c3;p=SugarCubes.git diff --git a/SugarCubes.pde b/SugarCubes.pde index 0afeefe..36e6317 100644 --- a/SugarCubes.pde +++ b/SugarCubes.pde @@ -116,6 +116,9 @@ LXPattern[] patterns(LX lx) { new AbstractPainting(lx), new Spirality(lx), + // Micah + new Rings(lx), + // Basic test patterns for reference, not art new TestCubePattern(lx), new TestTowerPattern(lx),