Code viewer for World: Bart on fire (clone by CA4...

// Cloned by CA400_tst1 on 6 May 2019 from World "Bart on fire" by Alex Murphy 
// Please leave this clone trail here.
 
function setup() {
    $.getScript ( "uploads/alexmurphy1996/trump_on_fire.js", function() {
        preload();
        setup();
        // Put your code below here... //
        while (onFire) { 
            run(); 
        }
        // ...And above here //
    });
}