Code viewer for World: Fill with Faces (clone by ...

// Cloned by christopher on 21 May 2019 from World "Fill with Faces" by Alex Murphy 
// Please leave this clone trail here.
 
function setup() {
    $.getScript ( "uploads/alexmurphy1996/faces.js", function() {
        setup();
        //// Add code below ////
        size = fullwidth/10;
        x=500;
        y=500;
        makeFaces(x, y, size);
        ///////////////////////
    });
}