rm bg since current dupe of p5 behavior

This commit is contained in:
lee2sman 2021-02-14 02:42:06 -05:00
parent da191ae694
commit 482266f571
1 changed files with 0 additions and 3 deletions

View File

@ -75,9 +75,6 @@ function randint(max = 100) {
//default returns int between 0 and 100
return int(random(max));
}
function bg(c='black'){
background(c)
}
function retro() {
retroStyle = true;
}