added some formatting
This commit is contained in:
@@ -5,10 +5,10 @@ function preload() {
|
||||
|
||||
function setup() {
|
||||
createCanvas(img1.width, img1.height);
|
||||
background(255,255,255)
|
||||
background(255, 255, 255)
|
||||
|
||||
//image(img1, 0, 0);
|
||||
var glithes= random(3, 10);
|
||||
var glithes = random(3, 10);
|
||||
|
||||
for (let col = 0; col < img1.width; col += 1) {
|
||||
for (let row = 0; row < img1.height; row += 1) {
|
||||
@@ -25,6 +25,6 @@ function draw() {
|
||||
|
||||
}
|
||||
|
||||
function mousePressed(){
|
||||
function mousePressed() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user