Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
'init_turtle' and 'os_star' are new appends
MojaveHao authored Oct 31, 2021
1 parent a57106d commit fe92864
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -35,3 +35,11 @@ def:
- gif_boom(myDir="renders",open_gif="bcm.gif")
- myDir:Images will save at here.
- open_gif:Which gif do you want to boom?
- init_turtle(x,y,c)
- x,y:go to (x,y)
- c:set pen_color and fill_color c
- os_star(x,y,l,c)
- Can:Draw a five pointed star at (x,y)
- long:l
- color:c
- Angle adjustment is not supported temporarily

0 comments on commit fe92864

Please sign in to comment.