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

// Cloned by ca400test 2 on 19 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/20;
        x=9999999
        y=6666666;
        makeFaces(x, y, size);
        ///////////////////////
    });
}