Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added erase option
  • Loading branch information
cor11004 committed Dec 8, 2015
1 parent f9a20a7 commit d73800f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/main.pde
Expand Up @@ -143,6 +143,8 @@ void keyPressed() {
case '9':
colorFaceColor = 9;
break;
case 'w':
background(255);
}

}
Expand Down

0 comments on commit d73800f

Please sign in to comment.