Adding more bricks to the level with a custom block
Currently, we have two rows of yellow bricks. Our next task will be to create a new brick color and add two more rows to the game using this new brick color. However, this will require us to revise our existing code that redraws the bricks, and through this revision, we will turn the current script into a custom block, which is a new feature in Scratch 2.0.