Update changed the random seed
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
function setup() {
|
||||
createCanvas(900, 600);
|
||||
background(0);
|
||||
randomSeed(0);
|
||||
//randomSeed(0);
|
||||
}
|
||||
//////////////////////////////////////////
|
||||
function draw() {
|
||||
|
||||
Reference in New Issue
Block a user