Step 2. keyPressed()

⌨️ Add this code to the end of keyPressed()

if(key == 3) {
  brush = 3;
}
Translate this into plain English

When you run the code and press 3, our new brush should be working!

Next step…

Step 3. Chaos brush