Skip to content

Commit

Permalink
Fix cloud-rain-sun intro (#7363)
Browse files Browse the repository at this point in the history
  • Loading branch information
dem4ron authored Jan 22, 2025
1 parent 8ad2fbc commit 02c40c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Your shapes should sit just inside the lines.
You'll need to use the following functions to draw things:

- `circle(x, y, radius)`
- `rectangle(x, y, height, width)`
- `rectangle(x, y, width, height)`
- `ellipse(x, y, radius_x, radius_y)`

You can use whatever colors your like for the various components, and you can change color using either of the `fill_color` functions to change color:
Expand Down

0 comments on commit 02c40c4

Please sign in to comment.