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