Skip to content

Commit 0029a5a

Browse files
committed
- add comment for drawing a brick
1 parent f0f941b commit 0029a5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

chapter-07-working_with_lists_and_reading_data/breakout_level/breakout_level.pyde

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ for row in bricks:
3939
for col, brick in enumerate(row):
4040

4141
if len(brick):
42+
# code to draw a brick
4243
x = col * bw
4344
fill(brick[0])
4445
rect(x, 0, bw, bh)

0 commit comments

Comments
 (0)