Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am washer on github.
  • I am madspelt (https://keybase.io/madspelt) on keybase.
  • I have a public key ASAOoZYS1a3EgKA5oAcXFfirD2noSe3lugClNcpjgyQapAo

To claim this, I am signing this object:

this.loadImages = function(callback) {
// Load images to list
for (let i = 0; i < this.imgCount; i++) {
this.images[i] = loadImage(this.path + 'brain_' + str(i) + '.jpg');
}
callback();
};
// Final setup of object